00001 #ifndef GETFILE_h
00002 #define GETFILE_h
00003
00004 #include <stdlib.h>
00005 #include <stdio.h>
00006 #include <sys/types.h>
00007 #include <sys/socket.h>
00008 #include <netinet/in.h>
00009 #include <string.h>
00010 #include <sys/socket.h>
00011
00012 namespace BIE {
00013
00014 #define MAXBUFSIZE 512
00015 #define MAX_REQUEST_LEN 1024
00016
00017 void graphrequest_proc(int new_id);
00018 int sendmsg(int socket, char *msg, int size);
00019
00020 }
00021 #endif
00022