X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=proto.h;h=b371330c73a51b74db454226aece19964ffb89c6;hb=b3ae47054997c61d01087d17a3ab001b0a54324b;hp=b08a97721c2bd25c2ee60fad365ce33378c69a76;hpb=1089fdeef6e23b3723f3e338cf52f1095d0ef682;p=rdpsrv diff --git a/proto.h b/proto.h index b08a977..b371330 100644 --- a/proto.h +++ b/proto.h @@ -48,7 +48,6 @@ void process_orders(STREAM s, uint16 num_orders); void reset_order_state(void); /* printer.c */ /* rdesktop.c */ -int main(int argc, char *argv[]); void generate_random(uint8 * random); void *xmalloc(int size); void *xrealloc(void *oldmem, int size);