Commit 54e7eb52 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Move prototypes to smaller scope

parent 0f13e7eb
...@@ -73,9 +73,6 @@ void mgt_child_inherit(int fd, const char *what); ...@@ -73,9 +73,6 @@ void mgt_child_inherit(int fd, const char *what);
#define NEEDLESS_RETURN(foo) return (foo) #define NEEDLESS_RETURN(foo) return (foo)
/* stevedore.c */
void STV_Config(const char *spec);
void STV_Config_Transient(void);
/* vsm.c */ /* vsm.c */
// extern struct VSM_head *VSM_head; // extern struct VSM_head *VSM_head;
......
...@@ -84,6 +84,10 @@ void mgt_sandbox_solaris_privsep(void); ...@@ -84,6 +84,10 @@ void mgt_sandbox_solaris_privsep(void);
void mgt_SHM_Init(const char *arg); void mgt_SHM_Init(const char *arg);
void mgt_SHM_Pid(void); void mgt_SHM_Pid(void);
/* stevedore_mgt.c */
void STV_Config(const char *spec);
void STV_Config_Transient(void);
/* mgt_vcc.c */ /* mgt_vcc.c */
void mgt_vcc_init(void); void mgt_vcc_init(void);
int mgt_vcc_default(const char *bflag, const char *f_arg, char *vcl, int Cflag); int mgt_vcc_default(const char *bflag, const char *f_arg, char *vcl, int Cflag);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment