summaryrefslogtreecommitdiffstats
path: root/libopkg/xsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/xsystem.h')
-rw-r--r--libopkg/xsystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/xsystem.h b/libopkg/xsystem.h
index cc1ca2a..3c7a3d2 100644
--- a/libopkg/xsystem.h
+++ b/libopkg/xsystem.h
@@ -28,7 +28,7 @@
Otherwise, the 8-bit return value of the program ala WEXITSTATUS
as defined in <sys/wait.h>.
*/
-int xsystem(const char *cmd);
+int xsystem(const char *argv[]);
#endif