changeset 7123:d40966338ea6

[gaim-migrate @ 7690] Fixed the @see stuff in util.h. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 04:16:50 +0000
parents b90c94620d1c
children be4ca65b3b48
files src/util.h
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/util.h	Thu Oct 02 04:08:56 2003 +0000
+++ b/src/util.h	Thu Oct 02 04:16:50 2003 +0000
@@ -47,7 +47,7 @@
  *
  * @return The base-16 string.
  *
- * @see frombase16()
+ * @see gaim_base16_decode()
  */
 unsigned char *gaim_base16_encode(const unsigned char *str, int len);
 
@@ -59,7 +59,7 @@
  *
  * @return The length of the returned string.
  *
- * @see tobase16()
+ * @see gaim_base16_encode()
  */
 int gaim_base16_decode(const char *str, unsigned char **ret_str);
 
@@ -79,7 +79,7 @@
  *
  * @return The base-64 version of @a str.
  *
- * @see frombase64()
+ * @see gaim_base64_decode()
  */
 unsigned char *gaim_base64_encode(const unsigned char *buf, size_t len);
 
@@ -90,7 +90,7 @@
  * @param ret_str The returned, non-base-64 string.
  * @param ret_len The returned string length.
  *
- * @see tobase64()
+ * @see gaim_base64_encode()
  */
 void gaim_base64_decode(const char *str, char **ret_str, int *ret_len);
 
@@ -110,7 +110,7 @@
  *
  * @return The current local time.
  *
- * @see full_date()
+ * @see gaim_date_full()
  */
 char *gaim_date(void);
 
@@ -122,7 +122,7 @@
  *
  * @return The date and time in human-readable form.
  *
- * @see date()
+ * @see gaim_date()
  */
 char *gaim_date_full(void);