summaryrefslogtreecommitdiffstats
path: root/etc/latrace.d/headers/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'etc/latrace.d/headers/getopt.h')
-rw-r--r--etc/latrace.d/headers/getopt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/latrace.d/headers/getopt.h b/etc/latrace.d/headers/getopt.h
new file mode 100644
index 0000000..93692a2
--- /dev/null
+++ b/etc/latrace.d/headers/getopt.h
@@ -0,0 +1,7 @@
+
+/* /usr/include/getopt.h */
+
+int getopt (int argc, void *argv, char *shortopts);
+int getopt();
+int getopt_long(int argc, void *argv, char *shortopts, void *longopts, int *longind);
+int getopt_long_only(int argc, void *argv, char *shortopts, void *longopts, int *longind);