]> mj.ucw.cz Git - libucw.git/commitdiff
get_func comment was outdated.
authorMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2003 11:34:43 +0000 (11:34 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2003 11:34:43 +0000 (11:34 +0000)
lib/custom.h

index e6269c73d944b9c24d8a612566dde4114b7ffea1..9426dbe3c833a8f5a6f6085dee81292b3fb13bec 100644 (file)
@@ -95,7 +95,7 @@ enum string_type {
  *
  *  id         C identifier of the attribute
  *  keywd      search server keyword for the attribute
- *  type get_func(struct card_attr *ca, byte *attr)
+ *  int get_func(struct card_attr *ca)
  *             get attribute value from the card_attr
  *  byte *parse_func(u32 *dest, byte *value, uns intval)
  *             parse value in query (returns error message or NULL)