11 lines
157 B
C
11 lines
157 B
C
|
|
/*************
|
||
|
|
* Header file for com_shift.c
|
||
|
|
************/
|
||
|
|
|
||
|
|
#ifndef COM_SHIFT_H
|
||
|
|
#define COM_SHIFT_H
|
||
|
|
|
||
|
|
void com_shift(wordlist *wl);
|
||
|
|
|
||
|
|
#endif /* COM_SHIFT_H */
|