From b6ea75cfc9712b77a0886c4348d6fb519641e40e Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 21 Jan 2008 03:11:44 +0000 Subject: de K&Rify, fix prototypes --- zwgc/X_driver.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'zwgc/X_driver.h') diff --git a/zwgc/X_driver.h b/zwgc/X_driver.h index ec2492f..b32562e 100644 --- a/zwgc/X_driver.h +++ b/zwgc/X_driver.h @@ -19,9 +19,12 @@ #include +#include "new_string.h" + extern Display *dpy; -extern char *get_string_resource(); -extern int get_bool_resource(); +extern char *get_string_resource(string, string); +extern int get_bool_resource(string, string, int); +extern unsigned long x_string_to_color(char *, unsigned long); #endif -- cgit v1.2.3