diff options
author | Thomas Haller <thaller@redhat.com> | 2018-04-04 21:54:44 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-04-04 21:54:46 +0200 |
commit | a766677cad50eda35feab125dbc8446df4bead9f (patch) | |
tree | c6fdc3eeb40581056a16c338d00533dec4bc6042 /src/nm-auth-utils.h | |
parent | cb0e9fee9cbc0083ece44053119bd3c51b776956 (diff) | |
download | NetworkManager-th/misc.tar.gz |
auth-chain: drop unused nm_auth_chain_get_data_ulong()th/misc
Diffstat (limited to 'src/nm-auth-utils.h')
-rw-r--r-- | src/nm-auth-utils.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nm-auth-utils.h b/src/nm-auth-utils.h index 89ed79ccb7..335edb5b36 100644 --- a/src/nm-auth-utils.h +++ b/src/nm-auth-utils.h @@ -55,12 +55,6 @@ void nm_auth_chain_set_data (NMAuthChain *chain, gpointer data, GDestroyNotify data_destroy); -void nm_auth_chain_set_data_ulong (NMAuthChain *chain, - const char *tag, - gulong data); - -gulong nm_auth_chain_get_data_ulong (NMAuthChain *chain, const char *tag); - NMAuthCallResult nm_auth_chain_get_result (NMAuthChain *chain, const char *permission); |