summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'storaged/include/storaged_service.h')
-rw-r--r--storaged/include/storaged_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storaged/include/storaged_service.h b/storaged/include/storaged_service.h
index 0735f292d..a8ddf4c32 100644
--- a/storaged/include/storaged_service.h
+++ b/storaged/include/storaged_service.h
@@ -52,6 +52,7 @@ class BnStoraged : public BnInterface<IStoraged> {
52 52
53class Storaged : public BnStoraged { 53class Storaged : public BnStoraged {
54 virtual std::vector<struct uid_info> dump_uids(const char* option); 54 virtual std::vector<struct uid_info> dump_uids(const char* option);
55 virtual status_t dump(int fd, const Vector<String16>& args);
55}; 56};
56 57
57sp<IStoraged> get_storaged_service(); 58sp<IStoraged> get_storaged_service();