~ubuntu-branches/ubuntu/natty/opendkim/natty

« back to all changes in this revision

Viewing changes to libopendkim/docs/dkim_sig_getsigntime.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-04-14 15:10:05 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110414151005-i942gicr31mynx09
Tags: 2.3.2+dfsg-0ubuntu1
* New upstream bugfix release
  - Repacked tarball to remove non-free IETF drafts and RFCs
  - Updated docs/Makefile.in/am, and README to remove references removed
    non-free documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include <dkim.h>
15
15
<a href="dkim_stat.html"><tt>DKIM_STAT</tt></a> dkim_sig_getsigntime(
16
16
        <a href="dkim_siginfo.html"><tt>DKIM_SIGINFO</tt></a> *sig,
17
 
        <tt>time_t</tt></a> *when
 
17
        <tt>uint64_t</tt></a> *when
18
18
);
19
19
</pre>
20
20
Retrieve the signature timestamp used to sign a message after verification.
40
40
        <td>Signature-specific handle.
41
41
        </td></tr>
42
42
    <tr valign="top"><td>time</td>
43
 
        <td>A pointer to a <tt>time_t</tt> which will receive
44
 
        the timestamp of the signature on the message.
 
43
        <td>A pointer to a <tt>uint64_t</tt> that will receive
 
44
        the timestamp of the signature on the message.  The value is
 
45
        computed the same way as a <tt>time_t</tt>, but allows for larger
 
46
        integers.
45
47
        </td></tr>
46
48
    </table>
47
49
</td></tr>
76
78
Copyright (c) 2007 Sendmail, Inc. and its suppliers.
77
79
All rights reserved.
78
80
<br>
79
 
Copyright (c) 2009, 2010, The OpenDKIM Project.  All rights reserved.
 
81
Copyright (c) 2009-2011, The OpenDKIM Project.  All rights reserved.
80
82
 
81
83
<br>
82
84
By using this file, you agree to the terms and conditions set