mirror of
https://github.com/textmate/textmate.git
synced 2026-02-14 16:34:57 -05:00
11 lines
295 B
C
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 */
|