Files
textmate/Frameworks/authorization/src/server.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

11 lines
295 B
C

#ifndef AUTH_SERVER_H_G3FZ07F2
#define AUTH_SERVER_H_G3FZ07F2
#include "authorization.h"
#include "connection.h"
#include <oak/misc.h>
PUBLIC connection_t connect_to_auth_server (osx::authorization_t const& auth, bool retry = false);
#endif /* end of include guard: AUTH_SERVER_H_G3FZ07F2 */