private.h 238 B

1234567891011121314151617181920
  1. /*
  2. * private.h
  3. */
  4. #ifndef _plugins_klish_h
  5. #define _plugins_klish_h
  6. #include <faux/faux.h>
  7. #include <klish/kcontext_base.h>
  8. C_DECL_BEGIN
  9. int klish_nop(kcontext_t *context);
  10. int klish_tsym(kcontext_t *context);
  11. C_DECL_END
  12. #endif