summaryrefslogtreecommitdiff
path: root/include/storage.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2011-08-24 16:44:23 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-08-25 11:14:23 +0200
commitf988a23814bd55184ceea65f35a06bbdba687ada (patch)
treed7925e156aa9bf35c2861d67340bbfa4057cd99c /include/storage.h
parent3c6dce491343ca61ef568b1a6e2ef92d644a70c7 (diff)
downloadconnman-f988a23814bd55184ceea65f35a06bbdba687ada.tar.gz
connman-f988a23814bd55184ceea65f35a06bbdba687ada.tar.bz2
connman-f988a23814bd55184ceea65f35a06bbdba687ada.zip
profile: Remove profile.c and profile.h
Diffstat (limited to 'include/storage.h')
-rw-r--r--include/storage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/storage.h b/include/storage.h
index cf5d3596..c8a7b3c0 100644
--- a/include/storage.h
+++ b/include/storage.h
@@ -22,7 +22,6 @@
#ifndef __CONNMAN_STORAGE_H
#define __CONNMAN_STORAGE_H
-#include <connman/profile.h>
#include <connman/service.h>
#include <connman/device.h>
#include <connman/technology.h>
@@ -44,9 +43,6 @@ extern "C" {
struct connman_storage {
const char *name;
int priority;
- int (*profile_init) (void);
- int (*profile_load) (struct connman_profile *profile);
- int (*profile_save) (struct connman_profile *profile);
enum connman_service_type service_type;
int (*service_load) (struct connman_service *service);
int (*service_save) (struct connman_service *service);