more vars made static

This commit is contained in:
2011-02-14 18:20:10 +00:00
parent 20553d4064
commit ba0d167d2a
14 changed files with 21 additions and 16 deletions

View File

@@ -28,7 +28,7 @@
#ifndef WM_FILES_H
#define WM_FILES_H
extern void WM_read_history(void);
void WM_read_history(void);
#endif /* WM_FILES_H */