summaryrefslogtreecommitdiff
path: root/src/include/skalibs/ancil.h
blob: 92270ebeafecf5592120f245981ad907d3ed7f7c (plain)
1
2
3
4
5
6
7
8
9
/* ISC license. */

#ifndef SKALIBS_ANCIL_H
#define SKALIBS_ANCIL_H

extern int ancil_recv_fd (int, char) ;
extern int ancil_send_fd (int, int, char) ;

#endif