aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/misc.h')
-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_ */