avoid Doxygen warnings

This commit is contained in:
boercher
2005-10-25 22:38:19 +00:00
parent 1bec72f1ef
commit 7674db0eb5
3 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -303,8 +303,10 @@ int sock_send_error(int fd, char* message)
/** prints printf-like formatted output to logfile and sends it to the
* client.
* @note don't add a the "huh? " to the message. This is done by this
* method
* @param fd socket
* @param message the message to send (without the "huh? ") */
* @param format a printf format */
int
sock_printf_error(int fd, const char *format, .../*args*/ )
{