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:
committed by
Carlos R. Mafra
parent
39fa6d9e2c
commit
f0e8b76c03
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user