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

renamed dprintf to dbprintf

This commit is contained in:
kojima
1999-09-19 01:49:59 +00:00
parent 5b9b715cc4
commit fc1c86a87e
4 changed files with 25 additions and 25 deletions

View File

@@ -162,8 +162,8 @@ Bool wGetIconName(Display *dpy, Window win, char **iconname);
/* debugging stuff */
void dprintf(char *, ...);
void dputs(char *);
void dbprintf(char *, ...);
void dbputs(char *);
#endif