revised docs

This commit is contained in:
Joseph Henry
2016-12-20 13:39:00 -08:00
parent 9d2a88da4e
commit 445d5a3a20
5 changed files with 35 additions and 46 deletions

View File

@@ -1 +0,0 @@
#define ZTSDK_BUILD_VERSION 44

View File

@@ -52,8 +52,6 @@
#include <jni.h>
#endif
#include "build.h"
#ifdef __cplusplus
extern "C" {
#endif
@@ -122,13 +120,6 @@ int zts_get_device_id();
bool zts_is_relayed();
char *zts_get_homepath();
// ZT Intercept/RPC Controls
// TODO: Remove any?
//void set_intercept_status(int mode); // TODO: Rethink this
//void init_service(int key, const char * path);
//void init_service_and_rpc(int key, const char * path, const char * nwid);
//void init_intercept(int key);
int zts_socket(SOCKET_SIG);
int zts_connect(CONNECT_SIG);
int zts_bind(BIND_SIG);
@@ -204,7 +195,7 @@ ssize_t zts_recvmsg(RECVMSG_SIG);
// Prototypes for redefinition of syscalls
// - Implemented in SDK_Intercept.c
// - Implemented in intercept.c
#if defined(SDK_INTERCEPT)
int socket(SOCKET_SIG);
int connect(CONNECT_SIG);