39c9007f67
nscd_flush_cache() to const. This avoids a lot of warnings. * lib/nscd.c: Include "nscd.h" to avoid inconsistent prototypes.
10 lines
168 B
C
10 lines
168 B
C
#ifndef _NSCD_H_
|
|
#define _NSCD_H_
|
|
|
|
/*
|
|
* nscd_flush_cache - flush specified service buffer in nscd cache
|
|
*/
|
|
extern int nscd_flush_cache (const char *service);
|
|
|
|
#endif
|