From 6c03b7a9c9831021207e01d51157a9ec79e570dc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 22 Aug 2011 16:16:34 +0200 Subject: misc: Add ssh_match_group(). --- include/libssh/misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/misc.h') diff --git a/include/libssh/misc.h b/include/libssh/misc.h index 9e562e2..be01337 100644 --- a/include/libssh/misc.h +++ b/include/libssh/misc.h @@ -81,4 +81,6 @@ void ssh_timestamp_init(struct ssh_timestamp *ts); int ssh_timeout_elapsed(struct ssh_timestamp *ts, int timeout); int ssh_timeout_update(struct ssh_timestamp *ts, int timeout); +int ssh_match_group(const char *group, const char *object); + #endif /* MISC_H_ */ -- cgit