aboutsummaryrefslogtreecommitdiff
path: root/user/lib/ld-weenix/ldnames.h
diff options
context:
space:
mode:
authornthnluu <nate1299@me.com>2024-01-28 21:20:27 -0500
committernthnluu <nate1299@me.com>2024-01-28 21:20:27 -0500
commitc63f340d90800895f007de64b7d2d14624263331 (patch)
tree2c0849fa597dd6da831c8707b6f2603403778d7b /user/lib/ld-weenix/ldnames.h
Created student weenix repository
Diffstat (limited to 'user/lib/ld-weenix/ldnames.h')
-rw-r--r--user/lib/ld-weenix/ldnames.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/user/lib/ld-weenix/ldnames.h b/user/lib/ld-weenix/ldnames.h
new file mode 100644
index 0000000..6ddec73
--- /dev/null
+++ b/user/lib/ld-weenix/ldnames.h
@@ -0,0 +1,23 @@
+/*
+ * File: ldnames.h
+ * Date: 30 March 1998
+ * Acct: David Powell (dep)
+ * Desc:
+ */
+
+#ifndef _ldnames_h_
+#define _ldnames_h_
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+ void _ldaddname(const char *name);
+ int _ldchkname(const char *name);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _ldnames_h_ */