aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-03-16 09:44:44 +0000
committerWerner Koch <[email protected]>2009-03-16 09:44:44 +0000
commit94be7a43417f0a9b48b2e220a308e65d71b8c342 (patch)
tree57bd8ef5cb8a6ff5b103b7e27f20068275d6d561 /common/util.h
parent* gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv). (diff)
downloadgnupg-94be7a43417f0a9b48b2e220a308e65d71b8c342.tar.gz
gnupg-94be7a43417f0a9b48b2e220a308e65d71b8c342.zip
Remove duplicated code.
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index d117f86bf..3c664cec7 100644
--- a/common/util.h
+++ b/common/util.h
@@ -119,6 +119,7 @@ const char *asctimestamp (u32 stamp); /* localized */
gpg_error_t add_seconds_to_isotime (gnupg_isotime_t atime, int nseconds);
gpg_error_t add_days_to_isotime (gnupg_isotime_t atime, int ndays);
gpg_error_t check_isotime (const gnupg_isotime_t atime);
+void dump_isotime (const gnupg_isotime_t atime);
/* Copy one ISO date to another, this is inline so that we can do a
minimal sanity check. A null date (empty string) is allowed. */