private.h 138 B

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