aboutsummaryrefslogtreecommitdiffstats
path: root/internal/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/missing.h')
-rw-r--r--internal/missing.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/internal/missing.h b/internal/missing.h
new file mode 100644
index 0000000000..c27999e317
--- /dev/null
+++ b/internal/missing.h
@@ -0,0 +1,18 @@
+#ifndef INTERNAL_MISSING_H /* -*- C -*- */
+#define INTERNAL_MISSING_H
+/**
+ * @file
+ * @brief Internal header corresponding missing.
+ * @author \@shyouhei
+ * @copyright This file is a part of the programming language Ruby.
+ * Permission is hereby granted, to either redistribute and/or
+ * modify this file, provided that the conditions mentioned in the
+ * file COPYING are met. Consult the file for details.
+ */
+
+/* missing/setproctitle.c */
+#ifndef HAVE_SETPROCTITLE
+extern void ruby_init_setproctitle(int argc, char *argv[]);
+#endif
+
+#endif /* INTERNAL_MISSING_H */