summaryrefslogtreecommitdiff
path: root/Presence/Paths.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-04-04 21:25:16 -0400
committerjoe <joe@jerkface.net>2014-04-04 21:25:16 -0400
commit24e346b0ce82b96d5add6f5af4a43caad3bebde0 (patch)
tree32d43436b4f18f4b01aa51a2d2c54b3b826ebaea /Presence/Paths.hs
parent006f17c1a1613e7e03bdd4025a0399cdb46cbd6d (diff)
type signatures
Diffstat (limited to 'Presence/Paths.hs')
-rw-r--r--Presence/Paths.hs29
1 files changed, 29 insertions, 0 deletions
diff --git a/Presence/Paths.hs b/Presence/Paths.hs
index ac7c0938..9d51b66e 100644
--- a/Presence/Paths.hs
+++ b/Presence/Paths.hs
@@ -3,6 +3,35 @@ module Paths where
3 3
4#include <paths.h> 4#include <paths.h>
5 5
6bshell :: String
7console :: String
8cshell :: String
9devdb :: String
10devnull :: String
11drum :: String
12gshadow :: String
13klog :: String
14kmem :: String
15lastlog :: String
16maildir :: String
17man :: String
18mem :: String
19mnttab :: String
20mounted :: String
21nologin :: String
22preserve :: String
23rwhodir :: String
24sendmail :: String
25shadow :: String
26shells :: String
27tty :: String
28unix :: String
29utmp :: String
30vi :: String
31wtmp :: String
32
33
34
6bshell = _PATH_BSHELL 35bshell = _PATH_BSHELL
7console = _PATH_CONSOLE 36console = _PATH_CONSOLE
8cshell = _PATH_CSHELL 37cshell = _PATH_CSHELL