summaryrefslogtreecommitdiff
path: root/src/stropts/putmsg.c
blob: ba2e58937f603cd29f540bc0252b9a22aec97f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if 0

#include <stropts.h>

int putmsg(int fd , const struct strbuf * ctlptr , const struct strbuf * dataptr , int flags )
{
}

/*
XOPEN(400)
*/


#endif