-- fix a strict compile error that LanceHaig found due to a missing function prototype
This commit is contained in:
@@ -48,6 +48,8 @@ foreach (EXECUTABLE config manager testtool queuetool)
|
||||
add_subdirectory (src/apps/${EXECUTABLE})
|
||||
endforeach (EXECUTABLE)
|
||||
|
||||
add_subdirectory (init)
|
||||
|
||||
# install various other files
|
||||
install(DIRECTORY include/
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/include/bongo"
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
#define ASpamClientAlloc() MemPrivatePoolGetEntryDirect(ASpam.QueueMemPool, __FILE__, __LINE__)
|
||||
|
||||
static void SignalHandler(int sigtype);
|
||||
static void AntispamServer();
|
||||
|
||||
|
||||
ASpamGlobals ASpam;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#StrictCompile()
|
||||
|
||||
add_library(bongomsgapi SHARED
|
||||
cookie.c
|
||||
msgaddr.c
|
||||
|
||||
Reference in New Issue
Block a user