Skip to content

Commit

Permalink
Merge pull request #785 from greenbone/add-excerpt-size
Browse files Browse the repository at this point in the history
Add: Add excerpt_size field to credentials_t
  • Loading branch information
jhelmold authored Jul 28, 2023
2 parents 34292f3 + 19d347c commit 48e4e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ typedef struct
///< Dynamic Severity setting of user.
/*@null@ */ gchar *role;
///< Role of user.
/*@null@ */ int excerpt_size;
///< Note/Override Excerpt Size setting of user.
} credentials_t;

void
Expand Down

0 comments on commit 48e4e9c

Please sign in to comment.