mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 21:50:49 +02:00
second set of ANSI C changes: C89-style function declarations, more inline functions, remove register keyword
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ extern void progcomp_dispose (void);
|
||||
extern int progcomp_size (void);
|
||||
|
||||
extern int progcomp_insert (char *, COMPSPEC *);
|
||||
extern int progcomp_remove (char *);
|
||||
extern int progcomp_remove (const char *);
|
||||
|
||||
extern COMPSPEC *progcomp_search (const char *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user