use extern keyword
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
#define ABBREV_TTY 2 /* remove tty */
|
||||
#define ABBREV_PTS 4 /* remove pts/ */
|
||||
|
||||
int dev_to_tty(char *ret, int chop, int dev, int pid, unsigned int flags);
|
||||
extern int dev_to_tty(char *ret, int chop, int dev, int pid, unsigned int flags);
|
||||
|
||||
int tty_to_dev(char *name);
|
||||
extern int tty_to_dev(char *name);
|
||||
|
Reference in New Issue
Block a user