private.h 129 B

1234567891011
  1. #ifndef net_private_h
  2. #define net_private_h
  3. #include "cliconf/net.h"
  4. struct conf_client_s {
  5. int sock;
  6. char *path;
  7. };
  8. #endif