mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-09 17:33:32 +02:00
wmaker: Added 'const' attribute to most global functions
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
f0c1dc9fc3
commit
9b5db31d95
@@ -31,7 +31,7 @@
|
||||
noreturn void Exit(int status);
|
||||
void Restart(char *manager, Bool abortOnFailure);
|
||||
void SetupEnvironment(WScreen *scr);
|
||||
void ExecuteShellCommand(WScreen *scr, char *command);
|
||||
void ExecuteShellCommand(WScreen *scr, const char *command);
|
||||
Bool RelaunchWindow(WWindow *wwin);
|
||||
noreturn void wAbort(Bool dumpCore);
|
||||
void ExecExitScript(void);
|
||||
|
||||
Reference in New Issue
Block a user