jacc

Jabber/XMPP client for Plan 9
git clone git://r-36.net/jacc
Log | Files | Refs | LICENSE

recv.h (88B)


      1 #ifndef RECV_H
      2 #define RECV_H
      3 
      4 int recvjacc(int sock, jabberc *me, char *pass);
      5 
      6 #endif