summaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.h b/src/list.h
index 68ab374..15b4fef 100644
--- a/src/list.h
+++ b/src/list.h
@@ -72,7 +72,7 @@ extern void FreeList(name_list ** list);
extern int GetColorFromList(name_list * list_head, const char *name,
XClassHint *class, Pixel *ptr);
extern char *LookInList(name_list * list_head, const char *name,
- XClassHint *class);
+ XClassHint *xclass);
extern char *LookInNameList(name_list * list_head, const char *name);
#endif /* LIST_H */