diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-02 23:30:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-02 23:30:54 +0000 |
commit | e8345bfced697f96fbb885298e464760988d71e4 (patch) | |
tree | 4e09651306f7d2a007b3681b92e0c340eebe4d8b /src/common/util.h | |
parent | 25a9bc594f22fc29604b17cb0f7eaab74401db29 (diff) | |
download | tor-e8345bfced697f96fbb885298e464760988d71e4.tar.gz tor-e8345bfced697f96fbb885298e464760988d71e4.zip |
refactor; start adding debugging logs to midpoint rend stuff
svn:r1445
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index f8918eeada..e5fdb4fded 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -81,6 +81,8 @@ void set_uint32(char *cp, uint32_t v); #endif #endif +void hex_encode(const char *from, int fromlen, char *to); + typedef struct smartlist_t { void **list; int num_used; |