]> 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 e4504b6..0000000
+++ /dev/null
@@ -1,27 +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);
-STG_PAIR* fromValuePairs(const VALUE_PAIR* pairs);
-int countValuePairs(const VALUE_PAIR* pairs);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif