summaryrefslogtreecommitdiff
path: root/mndp.h
blob: 39c21ae088c8bf9463f93cb2e11f4235491e6374 (plain)
1
2
3
4
5
6
#ifndef _MNDP_H
#define _MNDP_H

int mndp(int timeout, int batch_mode);

#endif