Greenbone Security Assistant
|
Headers/structs for utility functions in GSAD. More...
#include <glib.h>
Go to the source code of this file.
Functions | |
gboolean | str_equal (const gchar *, const gchar *) |
Check if two strings are equal. More... | |
gchar * | capitalize (const char *) |
Capitalize a type or command name and replace underscores. More... | |
Headers/structs for utility functions in GSAD.
gchar* capitalize | ( | const char * | input | ) |
Capitalize a type or command name and replace underscores.
[in] | input | The input string. |
gboolean str_equal | ( | const gchar * | str1, |
const gchar * | str2 | ||
) |
Check if two strings are equal.