Skip to content
Snippets Groups Projects
Commit 757725ff authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

MSVC build issue: we use INLINE as the one that will magically work

parent 7134be06
No related branches found
No related tags found
No related merge requests found
......@@ -1011,7 +1011,7 @@ fetch_from_buf(char *string, size_t string_len, buf_t *buf)
/** True iff the cell command <b>command</b> is one that implies a
* variable-length cell in Tor link protocol <b>linkproto</b>. */
static inline int
static INLINE int
cell_command_is_var_length(uint8_t command, int linkproto)
{
/* If linkproto is v2 (2), CELL_VERSIONS is the only variable-length cells
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment