update doxygen comments
This commit is contained in:
parent
316c3fc600
commit
3a4c0e40cf
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @file print.c Formatted printing
|
||||
* @file fmt/print.c Formatted printing
|
||||
*
|
||||
* Copyright (C) 2010 Creytiv.com
|
||||
*/
|
||||
|
|
|
@ -14,6 +14,14 @@
|
|||
#include <re_sa.h>
|
||||
|
||||
|
||||
/**
|
||||
* Print a Socket Address including IPv6 scope identifier
|
||||
*
|
||||
* @param pf Print function
|
||||
* @param sa Socket Address
|
||||
*
|
||||
* @return 0 if success, otherwise errorcode
|
||||
*/
|
||||
int sa_print_addr(struct re_printf *pf, const struct sa *sa)
|
||||
{
|
||||
int err;
|
||||
|
|
Loading…
Add table
Reference in a new issue