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

This commit is contained in:
Nick Mathewson
2012-05-14 13:04:37 -04:00
parent 7134be0637
commit 757725ffde
+1 -1
View File
@@ -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