summaryrefslogtreecommitdiff
path: root/src/nl_types
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2023-11-14 12:12:10 -0500
committerJakob Kaivo <jkk@ung.org>2023-11-14 12:12:10 -0500
commit920746cbb5d18d8aef284d3fe71a57cd52509117 (patch)
tree11b4436a58c077f36b1236f0c702af00c763e3f6 /src/nl_types
parentf23336fbc3148105c42eebfa44a22d1164828108 (diff)
disable all functions; will strategically reenable them as tested
Diffstat (limited to 'src/nl_types')
-rw-r--r--src/nl_types/catclose.c5
-rw-r--r--src/nl_types/catgets.c5
-rw-r--r--src/nl_types/catopen.c5
-rw-r--r--src/nl_types/nl_catd.c5
-rw-r--r--src/nl_types/nl_item.c5
5 files changed, 25 insertions, 0 deletions
diff --git a/src/nl_types/catclose.c b/src/nl_types/catclose.c
index 180139d6..c6e22ffa 100644
--- a/src/nl_types/catclose.c
+++ b/src/nl_types/catclose.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <nl_types.h>
int catclose(nl_catd catd)
@@ -8,3 +10,6 @@ int catclose(nl_catd catd)
/*
XOPEN(4)
*/
+
+
+#endif
diff --git a/src/nl_types/catgets.c b/src/nl_types/catgets.c
index 9aebfea7..3401b696 100644
--- a/src/nl_types/catgets.c
+++ b/src/nl_types/catgets.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <nl_types.h>
char * catgets(nl_catd catd, int set_id, int msg_id, const char * s)
@@ -8,3 +10,6 @@ char * catgets(nl_catd catd, int set_id, int msg_id, const char * s)
/*
XOPEN(4)
*/
+
+
+#endif
diff --git a/src/nl_types/catopen.c b/src/nl_types/catopen.c
index 817b1075..0ff564b3 100644
--- a/src/nl_types/catopen.c
+++ b/src/nl_types/catopen.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <nl_types.h>
nl_catd catopen(const char* name, int oflag)
@@ -8,3 +10,6 @@ nl_catd catopen(const char* name, int oflag)
/*
XOPEN(4)
*/
+
+
+#endif
diff --git a/src/nl_types/nl_catd.c b/src/nl_types/nl_catd.c
index cb156d01..32066760 100644
--- a/src/nl_types/nl_catd.c
+++ b/src/nl_types/nl_catd.c
@@ -1,5 +1,10 @@
+#if 0
+
#include <nl_types.h>
typedef unsigned long int nl_catd;
/*
XOPEN(4)
*/
+
+
+#endif
diff --git a/src/nl_types/nl_item.c b/src/nl_types/nl_item.c
index 1c71e422..891547da 100644
--- a/src/nl_types/nl_item.c
+++ b/src/nl_types/nl_item.c
@@ -1,5 +1,10 @@
+#if 0
+
#include <nl_types.h>
typedef int nl_item;
/*
XOPEN(4)
*/
+
+
+#endif