summaryrefslogtreecommitdiff
path: root/src/libnsss/nsss_grp_here.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnsss/nsss_grp_here.c')
-rw-r--r--src/libnsss/nsss_grp_here.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libnsss/nsss_grp_here.c b/src/libnsss/nsss_grp_here.c
new file mode 100644
index 0000000..9b64ffd
--- /dev/null
+++ b/src/libnsss/nsss_grp_here.c
@@ -0,0 +1,10 @@
+/* ISC license. */
+
+#include <skalibs/stralloc.h>
+#include <skalibs/genalloc.h>
+#include <nsss/grp-def.h>
+#include "nsss-internal.h"
+
+struct group nsss_grp_here ;
+stralloc nsss_grp_sa_here = STRALLOC_ZERO ;
+genalloc nsss_grp_ga_here = GENALLOC_ZERO ;