~ubuntu-branches/ubuntu/dapper/openssh/dapper

1
2
3
4
5
6
7
#ifndef SELINUX_H
#define SELINUX_H

extern void setup_selinux_pty(const char *, const char *);
extern void setup_selinux_exec_context(const char *);

#endif /* SELINUX_H */