]> andersk Git - moira.git/blob - afssync/ptserver.h
Initial revision
[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.035844 seconds and 5 git commands to generate.