/*************
* Header file for com_shift.c
************/
#ifndef COM_SHIFT_H
#define COM_SHIFT_H
void com_shift(wordlist *wl);
#endif