This commit is contained in:
Lennart Buhl 2013-11-02 17:34:02 +01:00
parent 3d6344d09f
commit c98d5ce17c
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,6 @@ $(TARGET): $(OBJECTS)
$(CC) $(CFLAGS) -c $< $(CC) $(CFLAGS) -c $<
clean: clean:
-$(RM) -rf *.o bin rm -rf *.o bin

4
net.h Normal file
View File

@ -0,0 +1,4 @@
/* This file was automatically generated. Do not edit! */
int run_client(const struct prog_info *pinfo,void(*framecallback)(long));
int run_server(const struct prog_info *pinfo);
void *get_in_addr(struct sockaddr *sa);