libclash.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* Code generated by cmd/cgo; DO NOT EDIT. */
  2. /* package github.com/kingtous/flutter-clash-binding */
  3. #line 1 "cgo-builtin-export-prolog"
  4. #include <stddef.h>
  5. #ifndef GO_CGO_EXPORT_PROLOGUE_H
  6. #define GO_CGO_EXPORT_PROLOGUE_H
  7. #ifndef GO_CGO_GOSTRING_TYPEDEF
  8. typedef struct { const char *p; ptrdiff_t n; } _GoString_;
  9. #endif
  10. #endif
  11. /* Start of preamble from import "C" comments. */
  12. #line 3 "lib.go"
  13. #include "stdint.h"
  14. #line 1 "cgo-generated-wrapper"
  15. /* End of preamble from import "C" comments. */
  16. /* Start of boilerplate cgo prologue. */
  17. #line 1 "cgo-gcc-export-header-prolog"
  18. #ifndef GO_CGO_PROLOGUE_H
  19. #define GO_CGO_PROLOGUE_H
  20. typedef signed char GoInt8;
  21. typedef unsigned char GoUint8;
  22. typedef short GoInt16;
  23. typedef unsigned short GoUint16;
  24. typedef int GoInt32;
  25. typedef unsigned int GoUint32;
  26. typedef long long GoInt64;
  27. typedef unsigned long long GoUint64;
  28. typedef GoInt64 GoInt;
  29. typedef GoUint64 GoUint;
  30. typedef size_t GoUintptr;
  31. typedef float GoFloat32;
  32. typedef double GoFloat64;
  33. #ifdef _MSC_VER
  34. #include <complex.h>
  35. typedef _Fcomplex GoComplex64;
  36. typedef _Dcomplex GoComplex128;
  37. #else
  38. typedef float _Complex GoComplex64;
  39. typedef double _Complex GoComplex128;
  40. #endif
  41. /*
  42. static assertion to make sure the file is being used on architecture
  43. at least with matching size of GoInt.
  44. */
  45. typedef char _check_for_64_bit_pointer_matching_GoInt[sizeof(void*)==64/8 ? 1:-1];
  46. #ifndef GO_CGO_GOSTRING_TYPEDEF
  47. typedef _GoString_ GoString;
  48. #endif
  49. typedef void *GoMap;
  50. typedef void *GoChan;
  51. typedef struct { void *t; void *v; } GoInterface;
  52. typedef struct { void *data; GoInt len; GoInt cap; } GoSlice;
  53. #endif
  54. /* End of boilerplate cgo prologue. */
  55. #ifdef __cplusplus
  56. extern "C" {
  57. #endif
  58. extern GoInt clash_init(char* home_dir);
  59. extern GoInt set_config(char* config_path);
  60. extern GoInt set_home_dir(char* home);
  61. extern char* get_config();
  62. extern GoInt set_ext_controller(GoUint64 port);
  63. extern void clear_ext_options();
  64. extern GoInt is_config_valid(char* config_path);
  65. extern char* get_all_connections();
  66. extern void close_all_connections();
  67. extern GoUint8 close_connection(char* id);
  68. extern GoUint8 parse_options();
  69. extern char* get_traffic();
  70. extern void init_native_api_bridge(void* api);
  71. extern void start_log(long long port);
  72. extern void stop_log();
  73. extern long change_proxy(char* selector_name, char* proxy_name);
  74. extern long change_config_field(char* s);
  75. extern void async_test_delay(char* proxy_name, char* url, long timeout, long long port);
  76. extern char* get_proxies();
  77. extern char* get_configs();
  78. #ifdef __cplusplus
  79. }
  80. #endif