#ifndef STATUS_APIDEF_H #define STATUS_APIDEF_H struct STATUS_API{ void (*showcommand) (const char *title, const char *command, const char *args); void (*showfile) (const char *title, const char *path); }; #endif