mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[fastfind] const in comment
This commit is contained in:
parent
f3037662eb
commit
d7d3268b5c
@ -31,7 +31,7 @@ typedef unsigned char fastfind_flags_T;
|
|||||||
|
|
||||||
struct fastfind_index {
|
struct fastfind_index {
|
||||||
/** Description useful for debugging mode. */
|
/** Description useful for debugging mode. */
|
||||||
char *comment;
|
const char *comment;
|
||||||
/** Start over. */
|
/** Start over. */
|
||||||
void (*reset)(void);
|
void (*reset)(void);
|
||||||
/** Get next struct fastfind_key_value in line. */
|
/** Get next struct fastfind_key_value in line. */
|
||||||
|
Loading…
Reference in New Issue
Block a user