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

util: Created header to define functions that may be used in more that one place

Using local function prototype redefinition is dangerous, now the
prototype is seen in all concerned files.
This commit is contained in:
Christophe CURIS
2013-05-12 00:24:36 +02:00
committed by Carlos R. Mafra
parent f2824647f3
commit d44aa97243
6 changed files with 46 additions and 6 deletions

View File

@@ -40,6 +40,8 @@
#include <WINGs/WUtil.h>
#include "common.h"
#define RETRY( x ) do { \
x; \
} while (errno == EINTR);
@@ -135,7 +137,6 @@ WMPropList *PixmapPath = NULL;
char *ThemePath = NULL;
extern char *convertFont(char *font, Bool keepXLFD);
void print_help(int print_usage, int exitval)
{