]> granicus.if.org Git - shadow/blob - lib/nscd.h
* libmisc/find_new_uid.c, libmisc/find_new_gid.c: Add missing
[shadow] / lib / nscd.h
1 #ifndef _NSCD_H_
2 #define _NSCD_H_
3
4 /*
5  * nscd_flush_cache - flush specified service buffer in nscd cache
6  */
7 #ifdef  USE_NSCD
8 extern int nscd_flush_cache (const char *service);
9 #else
10 #define nscd_flush_cache(service) (0)
11 #endif
12
13 #endif