Gammu internals  1.38.0
proxy.h
Go to the documentation of this file.
1 #ifndef proxy_h
2 #define proxy_h
3 
4 #include <signal.h>
5 
6 typedef struct {
7  int hRead;
8  int hWrite;
9  pid_t hProcess;
11 
12 #endif
13 
14 /* How should editor hadle tabs in this file? Add editor commands here.
15  * vim: noexpandtab sw=8 ts=8 sts=8:
16  */
pid_t hProcess
Definition: proxy.h:9