#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