Files
org-hyperion-cules/fillfnam.h
Jan Jaeger 439bdbca92 Remove subversion $Id$ tag
Update copyright statement to 2012
2012-03-24 18:41:51 +11:00

14 lines
559 B
C

/* FILLFNAM.C (c) Copyright Roger Bowler, 1999-2012 */
/* Hercules filename completion functions */
/* */
/* Released under "The Q Public License Version 1" */
/* (http://www.hercules-390.org/herclic.html) as modifications to */
/* Hercules. */
#ifndef __FILLFNAM_H__
#define __FILLFNAM_H__
int tab_pressed(char *cmdlinefull, size_t cmdlinelen, int *cmdoffset);
#endif