mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
a96948acb3
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
12 lines
353 B
C
12 lines
353 B
C
#define SECRET_WITH_UNSTABLE 1
|
|
#define SECRET_API_SUBJECT_TO_CHANGE 1
|
|
#include <libsecret/secret.h>
|
|
|
|
const SecretSchema *docker_get_schema(void) G_GNUC_CONST;
|
|
|
|
#define DOCKER_SCHEMA docker_get_schema()
|
|
|
|
GError *add(char *server, char *username, char *password);
|
|
GError *delete(char *server);
|
|
GError *get(char *server, char **username, char **password);
|