misc: Add ssh_match_group().

This commit is contained in:
Andreas Schneider
2011-08-22 16:16:34 +02:00
parent 90167f09d3
commit 6c03b7a9c9
3 changed files with 31 additions and 25 deletions

View File

@@ -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_ */