chibipub.h (98B)
1 2 #pragma once 3 4 struct chibipub { 5 const char *hostname; 6 }; 7 8 int init_chibipub(struct chibipub *);