X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=proto.h;h=b371330c73a51b74db454226aece19964ffb89c6;hp=b08a97721c2bd25c2ee60fad365ce33378c69a76;hb=b3ae47054997c61d01087d17a3ab001b0a54324b;hpb=86ae6f2670e6d7a62d9fbb2243c8aae28b925645 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);