Constify to squash some warnings.
This commit is contained in:
parent
b729fd6d31
commit
eda1974761
@ -106,7 +106,7 @@ lomac_stop(void)
|
||||
*/
|
||||
|
||||
char *
|
||||
get_lattr(FTSENT *ent)
|
||||
get_lattr(const FTSENT *ent)
|
||||
{
|
||||
char *lattr;
|
||||
|
||||
|
@ -37,4 +37,4 @@
|
||||
|
||||
void lomac_start(void);
|
||||
void lomac_stop(void);
|
||||
char *get_lattr(FTSENT *);
|
||||
char *get_lattr(const FTSENT *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user