spawn: remove useless proto
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e3ba851692
commit
f219db48dc
2
spawn.h
2
spawn.h
|
@ -28,7 +28,5 @@ void spawn_init(void);
|
||||||
void spawn_start_notify(client_t *, const char *);
|
void spawn_start_notify(client_t *, const char *);
|
||||||
int luaA_spawn(lua_State *);
|
int luaA_spawn(lua_State *);
|
||||||
|
|
||||||
int spawn_system(const char *);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue