1 /* FILLFNAM.H   (c) Copyright Volker Bandke, 2003-2006               */
2 /*              Hercules filename completion functions               */
3 
4 #ifndef __FILLFNAM_H__
5 #define __FILLFNAM_H__
6 
7 int tab_pressed(char *cmdlinefull, int *cmdoffset);
8 
9 #endif
10