mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Run "make autostyle."
This commit is contained in:
@@ -58,4 +58,4 @@ size_t base32_encoded_size(size_t srclen);
|
||||
void base16_encode(char *dest, size_t destlen, const char *src, size_t srclen);
|
||||
int base16_decode(char *dest, size_t destlen, const char *src, size_t srclen);
|
||||
|
||||
#endif /* !defined(TOR_UTIL_FORMAT_H) */
|
||||
#endif /* !defined(TOR_BINASCII_H) */
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
|
||||
int string_is_key_value(int severity, const char *string);
|
||||
|
||||
#endif
|
||||
#endif /* !defined(TOR_KEYVAL_H) */
|
||||
|
||||
@@ -23,4 +23,4 @@ int pem_encode(char *dest, size_t destlen, const uint8_t *src, size_t srclen,
|
||||
int pem_decode(uint8_t *dest, size_t destlen, const char *src, size_t srclen,
|
||||
const char *objtype);
|
||||
|
||||
#endif
|
||||
#endif /* !defined(TOR_PEM_H) */
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
const char *decode_qstring(const char *start, size_t in_len_max,
|
||||
char **out, size_t *out_len);
|
||||
|
||||
#endif
|
||||
#endif /* !defined(TOR_ENCODING_QSTRING_H) */
|
||||
|
||||
@@ -41,4 +41,4 @@ int parse_iso_time_nospace(const char *cp, time_t *t);
|
||||
int parse_http_time(const char *buf, struct tm *tm);
|
||||
int format_time_interval(char *out, size_t out_len, long interval);
|
||||
|
||||
#endif
|
||||
#endif /* !defined(TOR_TIME_FMT_H) */
|
||||
|
||||
Reference in New Issue
Block a user