* lib/sgroupio.h: Harmonize splint annotations of sgr_locate()
prototype with the one used in its definition.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
extern int sgr_close (void);
|
||||
extern bool sgr_file_present (void);
|
||||
extern /*@null@*/const struct sgrp *sgr_locate (const char *name);
|
||||
extern /*@observer@*/ /*@null@*/const struct sgrp *sgr_locate (const char *name);
|
||||
extern int sgr_lock (void);
|
||||
extern int sgr_setdbname (const char *filename);
|
||||
extern /*@observer@*/const char *sgr_dbname (void);
|
||||
|
Reference in New Issue
Block a user