1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-31 11:02:35 +01:00

Remove dependency to CPP: Moving parser functions to a dedicated file

Due to the tasks to take in charge, the internal parser will grow in
size to support basic CPP feature, so it is a good idea to start by
moving the current functions into a dedicated file.
This commit is contained in:
Christophe CURIS
2012-07-08 14:04:44 +02:00
committed by Carlos R. Mafra
parent 39fa6d9e2c
commit f0e8b76c03
4 changed files with 132 additions and 95 deletions

View File

@@ -866,6 +866,13 @@ void WMSetUDSearchList(WMUserDefaults *database, WMPropList *list);
extern char *WMUserDefaultsDidChangeNotification;
/* ---[ WINGs/menuparser.c ]---------------------------------------------- */
char *getLine(void * file, const char *file_name);
void separateline(char *line, char **title, char **command, char **parameter, char **shortcut);
/*-------------------------------------------------------------------------*/
/* Global variables */