#ifndef DOVEADM_WHO_H
#define DOVEADM_WHO_H
struct who_line {
const char *username;
const char *service;
unsigned int refcount;
};
struct who_filter {
const char *username;
unsigned int net_bits;
};
struct who_context {
const char *anvil_path;
};
const struct who_filter *filter);
#endif /* DOVEADM_WHO_H */