00001 /* -*-C-*- */ 00002 #ifndef INTERPRETER_H 00003 #define INTERPRETER_H 00004 00005 #include <sys/types.h> 00006 #include "connection.h" 00007 00016 void interpreter_process_input(int fd); 00017 00018 #endif