summaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-action.h
diff options
context:
space:
mode:
Diffstat (limited to 'dirmngr/ks-action.h')
-rw-r--r--dirmngr/ks-action.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dirmngr/ks-action.h b/dirmngr/ks-action.h
index f7d731d7a..223aae2da 100644
--- a/dirmngr/ks-action.h
+++ b/dirmngr/ks-action.h
@@ -28,14 +28,15 @@ gpg_error_t ks_action_search (ctrl_t ctrl, uri_item_t keyservers,
strlist_t patterns, estream_t outfp);
gpg_error_t ks_action_get (ctrl_t ctrl, uri_item_t keyservers,
strlist_t patterns, unsigned int ks_get_flags,
- estream_t outfp);
+ gnupg_isotime_t newer, estream_t outfp);
gpg_error_t ks_action_fetch (ctrl_t ctrl, const char *url, estream_t outfp);
gpg_error_t ks_action_put (ctrl_t ctrl, uri_item_t keyservers,
void *data, size_t datalen,
void *info, size_t infolen);
gpg_error_t ks_action_query (ctrl_t ctrl, const char *ldapserver,
unsigned int ks_get_flags,
- const char *filter, char **attr, estream_t outfp);
+ const char *filter, char **attr,
+ gnupg_isotime_t newer, estream_t outfp);
#endif /*DIRMNGR_KS_ACTION_H*/