Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: include/crypto.h

Issue 6659006: flimflam: add support for multiple profiles (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: more ers comments Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « doc/profile-api.txt ('k') | include/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/crypto.h
diff --git a/include/crypto.h b/include/crypto.h
index ab50e8418f833583fc50081e3cf1910e5e502cd1..ae0eeb258cb8fed07be4f1ef634da3510c140c65 100644
--- a/include/crypto.h
+++ b/include/crypto.h
@@ -42,10 +42,8 @@ extern "C" {
struct connman_crypto {
const char *name;
int priority;
- char *(*encrypt_keyvalue) (const char *profile_name,
- const char *key, const char *value);
- char *(*decrypt_keyvalue) (const char *profile_name,
- const char *key, const char *value);
+ char *(*encrypt_keyvalue) (const char *key, const char *value);
+ char *(*decrypt_keyvalue) (const char *key, const char *value);
/*
* The prefix is the module name + ':', and is used a prefix for
« no previous file with comments | « doc/profile-api.txt ('k') | include/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698