1 #ifndef INTERNAL_MISSING_H /*-*-C-*-vi:se ft=c:*/
2 #define INTERNAL_MISSING_H
4 * @author Ruby developers <ruby-core@ruby-lang.org>
5 * @copyright This file is a part of the programming language Ruby.
6 * Permission is hereby granted, to either redistribute and/or
7 * modify this file, provided that the conditions mentioned in the
8 * file COPYING are met. Consult the file for details.
9 * @brief Internal header corresponding missing.
11 #include "ruby/internal/config.h" /* for HAVE_SETPROCTITLE */
13 /* missing/setproctitle.c */
14 #ifndef HAVE_SETPROCTITLE
15 extern void ruby_init_setproctitle(int argc
, char *argv
[]);
16 extern void ruby_free_proctitle(void);
19 #endif /* INTERNAL_MISSING_H */