diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-26 12:47:15 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-26 12:47:15 +0000 |
commit | 3d23af73c0032ad08766d2375fd9827493a7d658 (patch) | |
tree | 695d9d0890fba0d1b4b9763289b4d20345537aa3 /src/io.h | |
parent | aef6f012fe2904dcedf47b3bf9a36366841e49a2 (diff) | |
download | calcurse-3d23af73c0032ad08766d2375fd9827493a7d658.zip |
More work on implementing calcurse daemon.
Diffstat (limited to 'src/io.h')
-rwxr-xr-x | src/io.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: io.h,v 1.23 2009/07/23 18:33:21 culot Exp $ */ +/* $calcurse: io.h,v 1.24 2009/07/26 12:47:16 culot Exp $ */ /* * Calcurse - text-based organizer @@ -87,6 +87,6 @@ void io_log_free (io_file_t *); void io_start_psave_thread (conf_t *); void io_stop_psave_thread (void); void io_set_lock (void); -void io_unset_lock (void); +unsigned io_dump_pid (char *); #endif /* !CALCURSE_IO_H */ |