summaryrefslogtreecommitdiff
path: root/src/irmd/irmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/irmd.h')
-rw-r--r--src/irmd/irmd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/irmd/irmd.h b/src/irmd/irmd.h
index 92c26818..a225a2dd 100644
--- a/src/irmd/irmd.h
+++ b/src/irmd/irmd.h
@@ -52,10 +52,10 @@ int name_reg(const char * name,
int bind_process(pid_t pid,
const char * name);
-int bind_program(char * prog,
- const char * name,
- uint16_t flags,
- int argc,
- char ** argv);
+int bind_program(const char * prog,
+ const char * name,
+ uint16_t flags,
+ int argc,
+ char ** argv);
#endif /* OUROBOROS_IRMD_H*/ \ No newline at end of file