Skip to content

Commit

Permalink
Fixed documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meetecho committed Apr 9, 2015
1 parent bed0088 commit 10d71c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int janus_get_vp8_pt(const char *sdp);

/*! \brief Check if the given IP address is valid: family is set to the address family if the IP is valid
* @param ip The IP address to check
* @param[in,out] The address family of the address, set by the method if valid
* @param[in,out] family The address family of the address, set by the method if valid
* @returns true if the address is valid, false otherwise */
gboolean janus_is_ip_valid(const char *ip, int *family);
#endif

0 comments on commit 10d71c9

Please sign in to comment.