aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-22 16:16:34 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-22 16:16:34 +0200
commit6c03b7a9c9831021207e01d51157a9ec79e570dc (patch)
treea2158883f4c1b78c7f5ba68643414456063df14b /include/libssh
parent90167f09d3c797422a3701be8c576c92de520d8c (diff)
downloadlibssh-6c03b7a9c9831021207e01d51157a9ec79e570dc.tar.gz
libssh-6c03b7a9c9831021207e01d51157a9ec79e570dc.tar.xz
libssh-6c03b7a9c9831021207e01d51157a9ec79e570dc.zip
misc: Add ssh_match_group().
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/misc.h b/include/libssh/misc.h
index 9e562e2c..be013372 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_ */