* cit_backtrace...
authorWilfried Göesgens <willi@citadel.org>
Sun, 19 Aug 2007 16:46:51 +0000 (16:46 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 19 Aug 2007 16:46:51 +0000 (16:46 +0000)
citadel/citserver.h

index 24bb9f7122cbc636d93574267882a4cf83c0f0cc..a9be0025b308b4ae8e0dc6c0c22bfd23124c8f56 100644 (file)
@@ -12,6 +12,7 @@ struct UserProcList {
        char user[64];
 };
 
+void cit_backtrace(void);
 void master_startup (void);
 void master_cleanup (int exitcode);
 void RemoveContext (struct CitContext *);