diff src/misc.h @ 1144:5fe3b8b3a612

Add a wrapper around system() call named runcmd() which allows easier debugging. Improve the code launching the help browser.
author zas_
date Sat, 15 Nov 2008 10:35:43 +0000
parents 1646720364cf
children 8b89e3ff286b
line wrap: on
line diff
--- a/src/misc.h	Fri Nov 14 01:10:18 2008 +0000
+++ b/src/misc.h	Sat Nov 15 10:35:43 2008 +0000
@@ -19,6 +19,7 @@
 gchar *expand_tilde(const gchar *filename);
 gchar *quoted_value(const gchar *text, const gchar **tail);
 gchar *escquote_value(const gchar *text);
+int runcmd(gchar *cmd);
 
 #endif /* MISC_H */
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */