Browse Source

Update utils.h

pull/2953/head
starter48 1 year ago
committed by GitHub
parent
commit
477bfc96d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      src/utils.h

1
src/utils.h

@ -249,7 +249,6 @@ void *ss_realloc(void *ptr, size_t new_size);
int ss_is_ipv6addr(const char *addr); int ss_is_ipv6addr(const char *addr);
char *get_default_conf(void); char *get_default_conf(void);
uint16_t load16_be(const void *s);
int get_mptcp(int enable); int get_mptcp(int enable);
#endif // _UTILS_H #endif // _UTILS_H
Loading…
Cancel
Save