diff options
Diffstat (limited to 'src/irmd/irmd.h')
-rw-r--r-- | src/irmd/irmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/irmd.h b/src/irmd/irmd.h index cf8f6953..3e54904a 100644 --- a/src/irmd/irmd.h +++ b/src/irmd/irmd.h @@ -39,7 +39,7 @@ int connect_ipcp(pid_t pid, const char * component, qosspec_t qs); -int name_create(const struct name_info * info); +int name_create(struct name_info * info); int name_reg(const char * name, pid_t pid); |