mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
are we going to have state implemented just by mistake?
This commit is contained in:
parent
c4a915e82f
commit
7502990918
9 changed files with 32 additions and 29 deletions
|
@ -3,10 +3,6 @@
|
|||
|
||||
#include "psyc.h"
|
||||
|
||||
#ifdef USE_PSYC
|
||||
# include "../psyc/udp.c"
|
||||
#else
|
||||
|
||||
#include <net.h>
|
||||
#include <uniform.h>
|
||||
#include <text.h>
|
||||
|
@ -42,5 +38,3 @@ parseUDP(ip, port, msg) {
|
|||
// ignoring the routing vars.. TODO FIXME
|
||||
#define PSYC_UDP
|
||||
#include "dispatch.i"
|
||||
|
||||
#endif // USE_PSYC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue