private.h 296 B

123456789101112131415161718192021222324
  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. // PTYPEs
  12. int klish_ptype_COMMAND(kcontext_t *context);
  13. C_DECL_END
  14. #endif