protoverse

A metaverse protocol
git clone git://jb55.com/protoverse
Log | Files | Refs | README | LICENSE

client.h (153B)


      1 
      2 #ifndef PROTOVERSE_CLIENT_H
      3 #define PROTOVERSE_CLIENT_H
      4 
      5 int protoverse_connect(const char *server_ip_str, int port);
      6 
      7 #endif /* PROTOVERSE_CLIENT_H */