summaryrefslogtreecommitdiff
path: root/internal/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/missing.h')
-rw-r--r--internal/missing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/missing.h b/internal/missing.h
index cff5f94729..6ca508c8f9 100644
--- a/internal/missing.h
+++ b/internal/missing.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_MISSING_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_MISSING_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
@@ -9,11 +8,12 @@
* file COPYING are met. Consult the file for details.
* @brief Internal header corresponding missing.
*/
-#include "ruby/3/config.h" /* for HAVE_SETPROCTITLE */
+#include "ruby/internal/config.h" /* for HAVE_SETPROCTITLE */
/* missing/setproctitle.c */
#ifndef HAVE_SETPROCTITLE
extern void ruby_init_setproctitle(int argc, char *argv[]);
+extern void ruby_free_proctitle(void);
#endif
#endif /* INTERNAL_MISSING_H */