X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fproc.h;fp=lib%2Fproc.h;h=943e598d278303388d0ed630999d517ccd1b8262;hb=0c16b4068d625a9b9b384a9fc2a07ee3c5c762c9;hp=0000000000000000000000000000000000000000;hpb=c9955b14469e6475f545d405edeb5dbe56368c47;p=ashd.git diff --git a/lib/proc.h b/lib/proc.h new file mode 100644 index 0000000..943e598 --- /dev/null +++ b/lib/proc.h @@ -0,0 +1,8 @@ +#ifndef _LIB_PROC_H +#define _LIB_PROC_H + +int stdmkchild(char **argv); +int sendfd(int sock, int fd, char *data, size_t datalen); +int recvfd(int sock, char **data, size_t *datalen); + +#endif