]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Dec 2002 13:08:55 +0000 (13:08 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:52 +0000 (12:08 +0200)
src/po-hash.h

index 98f4c21586e72fd8459ea9a4cc49cb24dd9cfd78..7ffc716a98c5b7ea5246c5c5a9d2822470aa1edb 100644 (file)
 #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 */