summaryrefslogtreecommitdiffstats
path: root/src/nis.h
blob: ef79cf4c97ae6c0de7cdb893ae90f058fc867f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef nis_h
#define nis_h

#include "dispatch.h"
struct plugin_state;

struct dispatch_client_data;
void nis_process_request(struct plugin_state *state,
			 char *request_buf, size_t request_buflen,
			 dispatch_reply_fragment *reply_fragment,
			 dispatch_reply *reply,
			 struct dispatch_client_data *cdata,
			 void **continuation_cookie);

#endif