~ubuntu-dev/ubuntu/lucid/acpid/lucid-201002101900

« back to all changes in this revision

Viewing changes to ud_socket.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-04-28 11:07:28 UTC
  • mfrom: (21.1.2 jaunty-proposed)
  • Revision ID: james.westby@ubuntu.com-20090428110728-skg7z47zj5fa3upg
Tags: 1.0.6-9ubuntu5
Upload jaunty changes to karmic

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
int ud_create_socket(const char *name);
12
12
int ud_accept(int sock, struct ucred *cred);
13
13
int ud_connect(const char *name);
 
14
int ud_get_peercred(int fd, struct ucred *cred);
14
15
 
15
16
#endif