1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

restart from working psyc codebase and look at new code later

This commit is contained in:
psyc://psyced.org/~lynX 2011-05-19 17:41:48 +02:00
parent 3709792118
commit ecda9d906c
10 changed files with 41 additions and 3 deletions

View file

@ -2,6 +2,10 @@
// $Id: udp.c,v 1.7 2008/07/17 15:07:59 lynx Exp $
#include "psyc.h"
#include "../psyc/udp.c"
#if 0 // first we get the syntax running, then we'll think of new features:
#include <net.h>
#include <uniform.h>
#include <text.h>
@ -36,3 +40,5 @@ parseUDP(ip, port, msg) {
// ignoring the routing vars.. TODO FIXME
#define PSYC_UDP
#include "dispatch.i"
#endif // 0