1
0
Fork 0
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:
psyc://psyced.org/~lynX 2011-05-23 13:02:04 +02:00
parent c4a915e82f
commit 7502990918
9 changed files with 32 additions and 29 deletions

View file

@ -1,8 +1,6 @@
// vim:foldmethod=marker:syntax=lpc:noexpandtab
// $Id: parse.c,v 1.30 2008/12/18 18:16:14 lynx Exp $
#ifndef USE_PSYC
#include "psyc.h"
#include <net.h>
#include <input_to.h>
@ -468,5 +466,3 @@ void interrupt_parse() {
void resume_parse() {
state = PSYCPARSE_STATE_HEADER;
}
#endif // USE_PSYC