Commit a1fd1fb2 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a missing function prototype in AFALG engine

parent 884a790e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
    !defined(AF_ALG)
# warning "AFALG ENGINE requires Kernel Headers >= 4.1.0"
# warning "Skipping Compilation of AFALG engine"
void engine_load_afalg_int(void);
void engine_load_afalg_int(void)
{
}