From: Bruno Haible Date: Thu, 5 Dec 2002 13:08:55 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.12~1201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5567f22432b354b2523fbb9bd8825127c7b546;p=thirdparty%2Fgettext.git Comment. --- diff --git a/src/po-hash.h b/src/po-hash.h index 98f4c2158..7ffc716a9 100644 --- a/src/po-hash.h +++ b/src/po-hash.h @@ -20,6 +20,10 @@ #ifndef _PO_HASH_H #define _PO_HASH_H +/* Analyze a pseudo-comment in a PO file (usually introduced by the hash + sign "#:" or "#". If the string contains file names and line numbers, + return 0 and call po_callback_comment_filepos for each of them. Otherwise + return nonzero. */ extern int po_hash (const char *string); #endif /* _PO_HASH_H */