diff options
author | TingPing <tingping@tingping.se> | 2014-04-25 13:41:38 -0400 |
---|---|---|
committer | TingPing <tingping@fedoraproject.org> | 2014-06-04 10:38:23 -0400 |
commit | 5849a0588e7b12003f8b9afcfcdc31f46c6b2329 (patch) | |
tree | 0eb7fa462318506be8b4303a9b32cb6a888c47cf /src/common/hexchatc.h | |
parent | b8c02f71d9bbaf805534d5327d8c3935a3b87636 (diff) |
Use glib to parse and launch commands for util_exec
Fixes #958
Diffstat (limited to 'src/common/hexchatc.h')
-rw-r--r-- | src/common/hexchatc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/hexchatc.h b/src/common/hexchatc.h index a999dcf2..9d603870 100644 --- a/src/common/hexchatc.h +++ b/src/common/hexchatc.h @@ -57,6 +57,5 @@ void session_free (session *killsess); void lag_check (void); void hexchat_exit (void); void hexchat_exec (const char *cmd); -void hexchat_execv (char * const argv[]); #endif |