aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-26 20:26:14 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-26 20:26:14 +0000
commitbccd37ef968dc07c2e3435123deba3e541662e0c (patch)
treeae3db9b611497a9229f3624fdb910b81920cc1ca /src/io.h
parent3d23af73c0032ad08766d2375fd9827493a7d658 (diff)
downloadcalcurse-bccd37ef968dc07c2e3435123deba3e541662e0c.tar.gz
calcurse-bccd37ef968dc07c2e3435123deba3e541662e0c.zip
--status flag added
Diffstat (limited to 'src/io.h')
-rwxr-xr-xsrc/io.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/io.h b/src/io.h
index b910cd4..b68d11a 100755
--- a/src/io.h
+++ b/src/io.h
@@ -1,4 +1,4 @@
-/* $calcurse: io.h,v 1.24 2009/07/26 12:47:16 culot Exp $ */
+/* $calcurse: io.h,v 1.25 2009/07/26 20:26:15 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -88,5 +88,6 @@ void io_start_psave_thread (conf_t *);
void io_stop_psave_thread (void);
void io_set_lock (void);
unsigned io_dump_pid (char *);
+unsigned io_get_pid (char *);
#endif /* !CALCURSE_IO_H */