From f3e1004714beea34e77125cbee5c77bfaa377a32 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 5 Jun 2015 16:47:22 +0200 Subject: fix const usage --- udev-block-notify.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udev-block-notify.h') diff --git a/udev-block-notify.h b/udev-block-notify.h index a0b0998..67154d5 100644 --- a/udev-block-notify.h +++ b/udev-block-notify.h @@ -33,11 +33,11 @@ NotifyNotification * get_notification(struct notifications *notifications, dev_t devnum); /*** newstr ***/ -char * newstr(const char *text, char *device, unsigned short int major, +char * newstr(const char *text, const char *device, unsigned short int major, unsigned short int minor); /*** appendstr ***/ -char * appendstr(const char *text, char *notifystr, char *property, +char * appendstr(const char *text, char *notifystr, const char *property, const char *value); /*** main ***/ -- cgit v1.2.3-54-g00ecf