]> andersk Git - moira.git/blob - afssync/ptserver.h
a27fc75b1b22cd0ef029905deeff0b825d40c886
[moira.git] / afssync / ptserver.h
1 #define WhoIsThis(call,a,id) \
2         ((*(id) = ((call)?(int)(call):SYSADMINID)), 0)
3 #define WhoIsThisWithName(call,a,id,name) \
4         ((*(id) = ((call)?(int)(call):SYSADMINID)), 0)
5
6 #include <afs/ptserver.h>
This page took 0.02217 seconds and 3 git commands to generate.