Changeset - 2833fc79e696
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-25 16:57:21

Including slave functions
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/slave.c
Show inline comments
 
@@ -27,12 +27,13 @@
 
 * **********************************************************************************
 
*/
 

	
 
// Provides DISTREN_REQUEST* which is in reality, DISTREN_SEND(signal) in the minds of your average joe
 
#include "protocol.h"
 
#include "options.h" // Confuse, etc.
 
#include "slavefuncs.h" // Slave functions
 
#include <string.h>
 
#include <stdio.h>
 

	
 
int slavestatus = 0; // Ugh global vars
 

	
 
int main(int argc, char *argv[])
0 comments (0 inline, 0 general)