mirror of
https://github.com/postgres/postgres.git
synced 2025-10-12 07:05:03 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@@ -12,7 +12,7 @@ typedef struct SEG
|
||||
} SEG;
|
||||
|
||||
/* in seg.c */
|
||||
extern int significant_digits(char *str);
|
||||
extern int significant_digits(const char *str);
|
||||
|
||||
/* in segscan.l */
|
||||
extern int seg_yylex(void);
|
||||
|
Reference in New Issue
Block a user