aboutsummaryrefslogtreecommitdiff
path: root/cmd/service/servicecmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/service/servicecmd.h')
-rw-r--r--cmd/service/servicecmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/service/servicecmd.h b/cmd/service/servicecmd.h
index d65c4b5..9b309e2 100644
--- a/cmd/service/servicecmd.h
+++ b/cmd/service/servicecmd.h
@@ -40,7 +40,7 @@ typedef struct command_t {
/* Global list of available commands */
extern command_t *commands;
-service_t *loadsvc(const char *directory, const char *filename, int flags);
+service_t *loadsvc(const char *directory, const char *filename);
/*
Implemented in servicecmd.c. Prints program usage message and