Don't need that

This commit is contained in:
XANTRONIX Development 2019-05-07 20:56:35 -05:00
parent 76b11b80b6
commit 59e482d27d

View file

@ -1,10 +0,0 @@
#ifndef _APP_H
#define _APP_H
typedef struct {
const char *name;
const char *arglist;
int (*main)(int argc, char **argv);
} hexagram_app;
#endif /* _APP_H *?