1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

src/main.c: Moved local prototype for global function to header 'funcs.h'

It is a bad idea to declare the prototype of an external function
in a file as it won't allow the compiler to cross-check it.
This commit is contained in:
Christophe CURIS
2013-05-12 00:24:42 +02:00
committed by Carlos R. Mafra
parent 017e6a84a0
commit a3281b1e89
5 changed files with 11 additions and 4 deletions

View File

@@ -56,6 +56,7 @@
#include "actions.h"
#include "client.h"
#include "main.h"
#include "funcs.h"
#include "dock.h"
#include "workspace.h"
#include "keybind.h"