28 #ifndef _OPENVAS_LIBRARIES_BASE_CREDENTIALS_H
29 #define _OPENVAS_LIBRARIES_BASE_CREDENTIALS_H
31 #include "credentials.h"
50 void append_to_credentials_username (
credentials_t * credentials,
51 const char *text, gsize length);
53 void append_to_credentials_password (
credentials_t * credentials,
54 const char *text, gsize length);