summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-04 19:35:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-04 19:35:29 +0000
commit2b28d9c170729415bc915781085c99f32d2caee7 (patch)
tree3d31e09b0f9f90ef6e61d47c8934f6c58e2d00e7 /pfinet
parentf1e3c7aeb62d23215f3913722f97ccc1dc1c4003 (diff)
Formerly kernel.h.~3~
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/linux/kernel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pfinet/linux/kernel.h b/pfinet/linux/kernel.h
index af7922b6..02281028 100644
--- a/pfinet/linux/kernel.h
+++ b/pfinet/linux/kernel.h
@@ -5,6 +5,9 @@
#define printk printf
+int getname (const char *, char **);
+void putname (char *);
+
int suser (void);