summaryrefslogtreecommitdiffstats
path: root/hdlcutil/hdrvcomm.h
diff options
context:
space:
mode:
Diffstat (limited to 'hdlcutil/hdrvcomm.h')
-rw-r--r--hdlcutil/hdrvcomm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hdlcutil/hdrvcomm.h b/hdlcutil/hdrvcomm.h
index ce3767e..fbb4965 100644
--- a/hdlcutil/hdrvcomm.h
+++ b/hdlcutil/hdrvcomm.h
@@ -87,8 +87,8 @@ struct hdrvc_channel_state {
extern int hdrvc_recvpacket(char *pkt, int maxlen);
extern int hdrvc_getfd(void);
-extern char *hdrvc_ifname(void);
-extern void hdrvc_args(int *argc, char *argv[], char *def_if);
+extern const char *hdrvc_ifname(void);
+extern void hdrvc_args(int *argc, char *argv[], const char *def_if);
extern void hdrvc_init(void);
extern int hdrvc_get_samples(void);
extern int hdrvc_get_bits(void);