mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-14 07:55:24 +02:00
14 lines
559 B
C
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
|