add protection to headers
This commit is contained in:
parent
a1febd2f68
commit
819b618e0f
@ -1,3 +1,6 @@
|
||||
#ifndef _MYSHELLIN_LOOP
|
||||
#define _MYSHELLIN_LOOP
|
||||
void remove_new_line(char *line);
|
||||
void print_input_line();
|
||||
void loop();
|
||||
#endif
|
||||
|
@ -1 +1,4 @@
|
||||
#ifndef _MYSHELLIN_USER
|
||||
#define _MYSHELLIN_USER
|
||||
char *get_user();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user