From fdc41af7742456d31f007715d419a45aad4b8849 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 19 Nov 2014 15:57:31 +0000 Subject: * internal.h (ruby_init_setproctitle): Declare here. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 128c05379d..4e5c01a638 100644 --- a/internal.h +++ b/internal.h @@ -468,6 +468,11 @@ struct RHash { #define RHASH_SIZE(h) (RHASH(h)->ntbl ? (st_index_t)RHASH(h)->ntbl->num_entries : 0) #endif +/* missing/setproctitle.c */ +#ifndef HAVE_SETPROCTITLE +extern void ruby_init_setproctitle(int argc, char *argv[]); +#endif + /* class.c */ void rb_class_subclass_add(VALUE super, VALUE klass); void rb_class_remove_from_super_subclasses(VALUE); -- cgit v1.2.3