]> git.stg.codes - stg.git/blobdiff - projects/rlm_stg/iface.h
Port to CMake, get rid of os_int.h.
[stg.git] / projects / rlm_stg / iface.h
diff --git a/projects/rlm_stg/iface.h b/projects/rlm_stg/iface.h
deleted file mode 100644 (file)
index 831c312..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef __STG_IFACE_H__
-#define __STG_IFACE_H__
-
-#include <stdint.h>
-
-#include "stgpair.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int stgInstantiateImpl(const char * server, uint16_t port, const char * password);
-const STG_PAIR * stgAuthorizeImpl(const char * userName, const char * serviceType);
-const STG_PAIR * stgAuthenticateImpl(const char * userName, const char * serviceType);
-const STG_PAIR * stgPostAuthImpl(const char * userName, const char * serviceType);
-/*const STG_PAIR * stgPreAcctImpl(const char * userName, const char * serviceType);*/
-const STG_PAIR * stgAccountingImpl(const char * userName, const char * serviceType, const char * statusType, const char * sessionId);
-
-void deletePairs(const STG_PAIR * pairs);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif