File: popenRWE.h

package info (click to toggle)
irssi-plugin-xmpp 0.54%2Bgit20191101%2Bc13fa5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,628 kB
  • sloc: ansic: 8,998; makefile: 113; perl: 58
file content (7 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#ifndef __POPEN_RWE
#define __POPEN_RWE

int popenRWE(int *rwepipe, const char *path);
int pcloseRWE(int pid, int *rwepipe);

#endif