blob: 37650bf5ca1398b054aa2ac8078bc7cfe8b8fe86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Functions for the portmap spoofer
*/
#ifndef NFSMOUNT_DUMMYPORTMAP_H
#define NFSMOUNT_DUMMYPORTMAP_H
#include <unistd.h>
pid_t start_dummy_portmap(const char *file);
#endif /* NFSMOUNT_DUMMYPORTMAP_H */
|