2007-11-17 14:04:05 +00:00
|
|
|
#ifndef _NSCD_H_
|
|
|
|
#define _NSCD_H_
|
2007-10-07 11:45:23 +00:00
|
|
|
|
|
|
|
/*
|
2007-11-17 14:04:05 +00:00
|
|
|
* nscd_flush_cache - flush specified service buffer in nscd cache
|
2007-10-07 11:45:23 +00:00
|
|
|
*/
|
|
|
|
extern int nscd_flush_cache (char *service);
|
|
|
|
|
|
|
|
#endif
|