diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-08-13 21:06:03 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-08-13 21:06:03 -0400 |
commit | b5dd0df1808429a3c0ed1f86256962512b8273f5 (patch) | |
tree | 51c145097dfbf3a730bd60cbc6c516962712ee18 /src/include/group.h | |
parent | 4e68f637300c0e360d49f8f672d0675d42da0d1f (diff) |
Working implementation for lua config
Diffstat (limited to 'src/include/group.h')
-rw-r--r-- | src/include/group.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/group.h b/src/include/group.h index dc74bcc..89a8422 100644 --- a/src/include/group.h +++ b/src/include/group.h @@ -27,4 +27,7 @@ int get_ecount(GROUP *g); void set_ecount(GROUP *g, int new_count); //for use in hiding entries +// print all group and entry information +void group_debug(GROUP *g); + #endif |