bproxy/include/server.h

9 lines
100 B
C

#ifndef SERVER_H
#define SERVER_H
#include <stdio.h>
#include <stdlib.h>
#include "args.h"
#endif