Rudiments
gsscredentials.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information.
3 
4  void setPackageSpecificData(void *psd);
5 
6  private:
7  bool acquire(const char *name,
8  size_t namelen,
9  const void *nametype);
10  void setStatus(uint32_t status, int32_t type);
11 
12  gsscredentialsprivate *pvt;