Small theme fixes, and a way to change directories with typebuf

This commit is contained in:
Jaime Thomas
2008-09-12 20:13:57 +00:00
parent d92b938d63
commit 86867280b0
4 changed files with 146 additions and 33 deletions

View File

@ -10,4 +10,7 @@ int ecdb_shutdown(void *data, int type, void *event);
int ecdb_burn_init(void);
int ecdb_image_init(void);
/* This is misc after all */
int ecdb_match_keyword(const char *chk, const char *key, int len);
char *ecdb_strip_next_argument(const char *strip);
#endif