#ifndef RPCDEFS_H
#define RPCDEFS_H 1
#include "lispemul.h" /* for LispPTR */
LispPTR rpc(LispPTR *args);
#endif
