manual header for net
This commit is contained in:
parent
0b46e9fb96
commit
46185e25a4
18
src/net.h
18
src/net.h
|
@ -1,14 +1,6 @@
|
|||
/* This file was automatically generated. Do not edit! */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
int run_client(const struct prog_info *pinfo,void(*framecallback)(long));
|
||||
int run_server(const struct prog_info *pinfo);
|
||||
#include <sys/socket.h> // struct sockaddr
|
||||
|
||||
void *get_in_addr(struct sockaddr *sa);
|
||||
int run_server(const struct prog_info *pinfo);
|
||||
int run_client(const struct prog_info *pinfo,void(*framecallback)(long));
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user