-- fix a strict compile error that LanceHaig found due to a missing function prototype

This commit is contained in:
pfelt
2009-08-16 20:45:49 +00:00
parent 44a5d81ccf
commit 0db5f0086a
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -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"
+1
View File
@@ -42,6 +42,7 @@
#define ASpamClientAlloc() MemPrivatePoolGetEntryDirect(ASpam.QueueMemPool, __FILE__, __LINE__)
static void SignalHandler(int sigtype);
static void AntispamServer();
ASpamGlobals ASpam;
+2
View File
@@ -1,3 +1,5 @@
#StrictCompile()
add_library(bongomsgapi SHARED
cookie.c
msgaddr.c