]> Dogcows Code - chaz/tint2/blobdiff - src/util/common.h
*fix* execute an external command by calling fork/execl and do not ignore SIGCHLD...
[chaz/tint2] / src / util / common.h
index e62051107c28aa29107dd3573678dd8530af6297..e85af7e099bd690970597d13326888cd571b5cd5 100644 (file)
@@ -40,6 +40,10 @@ void copy_file(const char *pathSrc, const char *pathDest);
 // extract key = value
 int parse_line (const char *line, char **key, char **value);
 
+// execute a command by calling fork
+void tint_exec(const char* command);
+
+
 // conversion
 int hex_char_to_int (char c);
 int hex_to_rgb (char *hex, int *r, int *g, int *b);
This page took 0.019826 seconds and 4 git commands to generate.