summaryrefslogtreecommitdiff
path: root/src/ratpoison.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-03-02 05:25:02 +0000
committerrcyeske <rcyeske>2001-03-02 05:25:02 +0000
commit11932954e0122c115be23862aabfacb565a4cbed (patch)
tree5d624b34129748104728d697a9e24e9b54de892a /src/ratpoison.h
parent9d783e1994f521940955a29b5a7df33b50fb0c9d (diff)
downloadratpoison-11932954e0122c115be23862aabfacb565a4cbed.zip
* actions.c (cmd_source): Open the file. Error report as
appropriate. * main.c (read_rc_file): Take a file pointer rather than a filename. (read_startup_files): If ~/.ratpoisonrc is not readable try /etc/ratpoisonrc. * actions.c: Use PRINT_DEBUG instead of fprintf. Put useful error text in calls to message(). (cmd_select): Show the window list if there is no such window number.
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r--src/ratpoison.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h
index 00920db..3a06d5e 100644
--- a/src/ratpoison.h
+++ b/src/ratpoison.h
@@ -61,6 +61,6 @@ extern XGCValues gv;
void clean_up ();
screen_info *find_screen (Window w);
-void read_rc_file (char *filename);
+void read_rc_file (FILE *file);
#endif /* ! _RATPOISON_H */