//auth.h: #ifndef _LIBROARAUTH_H_ #define _LIBROARAUTH_H_ #include "libroar.h" int roar_auth (struct roar_connection * con); #endif //ll