1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00
psyclpc/src/pkg-foo.h.template
2009-03-03 04:27:01 +01:00

20 lines
313 B
Text

#ifndef PKG_FOO_H_
#define PKG_FOO_H_ 1
#include "driver.h"
#ifdef USE_FOO
#ifndef HAS_FOO
#error "pkg-foo configured even though the machine doesn't support FOO."
#endif
#include "typedefs.h"
/* --- Prototypes --- */
extern svalue_t *f_foo_xxx(svalue_t *sp);
#endif /* USE_FOO */
#endif /* PKG_FOO_H_ */