summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/skalibs/djbunix.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/skalibs/djbunix.h b/src/include/skalibs/djbunix.h
index 2a6fdd4..3c52f6a 100644
--- a/src/include/skalibs/djbunix.h
+++ b/src/include/skalibs/djbunix.h
@@ -43,21 +43,21 @@ extern void lock_unx (int) ;
extern int open2 (char const *, unsigned int) ;
extern int open3 (char const *, unsigned int, unsigned int) ;
extern int open_read (char const *) ;
-extern int open_readcoe (char const *) ;
+extern int openc_read (char const *) ;
extern int openb_read (char const *) ;
-extern int openb_readcoe (char const *) ;
+extern int openbc_read (char const *) ;
extern int open_readb (char const *) ;
-extern int open_readbcoe (char const *) ;
+extern int openc_readb (char const *) ;
extern int open_excl (char const *) ;
-extern int open_exclcoe (char const *) ;
+extern int openc_excl (char const *) ;
extern int open_append (char const *) ;
-extern int open_appendcoe (char const *) ;
+extern int openc_append (char const *) ;
extern int open_create (char const *) ;
-extern int open_createcoe (char const *) ;
+extern int openc_create (char const *) ;
extern int open_trunc (char const *) ;
-extern int open_trunccoe (char const *) ;
+extern int openc_trunc (char const *) ;
extern int open_write (char const *) ;
-extern int open_writecoe (char const *) ;
+extern int openc_write (char const *) ;
extern int socket_internal (int, int, int, unsigned int) ;
extern int socketpair_internal (int, int, int, unsigned int, int *) ;