INN commit: branches/2.5/doc/pod (libinnhist.pod)

INN Commit rra at isc.org
Sun May 30 16:23:25 UTC 2010


    Date: Sunday, May 30, 2010 @ 09:23:25
  Author: iulius
Revision: 9069

Put variables in italics (POD documentation).

Modified:
  branches/2.5/doc/pod/libinnhist.pod

----------------+
 libinnhist.pod |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: libinnhist.pod
===================================================================
--- libinnhist.pod	2010-05-30 16:22:37 UTC (rev 9068)
+++ libinnhist.pod	2010-05-30 16:23:25 UTC (rev 9069)
@@ -7,6 +7,7 @@
 B<#include E<lt>inn/history.hE<gt>>
 
 B<struct history;>
+B<struct token;>
 
 B<struct histstats {>
 B<    int hitpos;>
@@ -49,9 +50,9 @@
 
 B<bool HISreplace(struct history *>I<history>B<, const char *>I<key>B<, time_t >I<arrived>B<, time_t >I<posted>B<, time_t >I<expires>B<, const TOKEN *>I<token>B<);>
 
-B<bool HISexpire(struct history *>I<history>B<, const char *>I<path>B<, const char *>I<reason>B<, bool >I<writing>B<, void *>I<cookie>B<, time_t >I<threshold>B<, bool (*>I<exists>B<)(void *cookie, time_t arrived, time_t posted, time_t expires, const TOKEN *token));>
+B<bool HISexpire(struct history *>I<history>B<, const char *>I<path>B<, const char *>I<reason>B<, bool >I<writing>B<, void *>I<cookie>B<, time_t >I<threshold>B<, bool (*>I<exists>B<)(void *>I<cookie>B<, time_t >I<arrived>B<, time_t >I<posted>B<, time_t >I<expires>B<, const TOKEN *>I<token>B<));>
 
-B<bool HISwalk(struct history *>I<history>B<, const char *>I<reason>B<, void *>I<cookie>B<, bool (*>I<callback>B<)(void *cookie, time_t arrived, time_t posted, time_t expires, const TOKEN *token));>
+B<bool HISwalk(struct history *>I<history>B<, const char *>I<reason>B<, void *>I<cookie>B<, bool (*>I<callback>B<)(void *>I<cookie>B<, time_t >I<arrived>B<, time_t >I<posted>B<, time_t >I<expires>B<, const TOKEN *>I<token>B<));>
 
 B<struct histstats HISstats(struct history *>I<history>B<);>
 




More information about the inn-committers mailing list