A const pointer would be more appropriate

pull/14/head
Ashish Kumar Yadav 4 years ago
parent 7f688e4464
commit cfafed075b

@ -17,8 +17,8 @@
#define LENGTH(X) (sizeof X / sizeof X[0])
typedef struct {
char *pathu;
char *pathc;
char *const pathu;
char *const pathc;
const int interval;
const int signal;
char cmdoutcur[CMDLENGTH];

Loading…
Cancel
Save