]> andersk Git - moira.git/blob - afssync/ptserver.h
added access_host() and access_ahal()
[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.034866 seconds and 5 git commands to generate.