~ubuntu-branches/ubuntu/utopic/tlsdate/utopic-proposed

« back to all changes in this revision

Viewing changes to src/util.h

  • Committer: Package Import Robot
  • Author(s): Jacob Appelbaum
  • Date: 2013-01-22 23:08:21 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130122230821-820ay2kh785on6yc
Tags: 0.0.5-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
static inline int min(int x, int y) { return x < y ? x : y; }
33
33
 
 
34
void drop_privs_to (const char *user, const char *group);
 
35
 
34
36
#endif /* !UTIL_H */