index
:
naskpass.git
NCurses based replacement for askpass (related to cryptsetup).
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
status.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
toni <matzeton@googlemail.com>
2015-11-08 20:28:30 +0100
committer
toni <matzeton@googlemail.com>
2015-11-11 22:53:07 +0100
commit
f2f6ea5029c6c43dc43d714978daca38c03a8a83
(
patch
)
tree
745932f072a5c0246a3a3fb19ad341dcba401eed
/
src/status.h
parent
5b73c45d46f33610fa1d99c6467e24fa7861075d
(
diff
)
- changed dir structure
- fixed ipc semaphore/mq stuff
Diffstat
(limited to 'src/status.h')
-rw-r--r--
src/status.h
7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/status.h b/src/status.h
new file mode 100644
index 0000000..995d08a
--- /dev/null
+++ b/
src/status.h
@@ -0,0 +1,7 @@
+#ifndef STATUS_H
+#define STATUS_H 1
+
+char *
+get_system_stat(void);
+
+#endif