vold: Bloat reduction
Signed-off-by: San Mehat <san@google.com>
diff --git a/VolumeManager.h b/VolumeManager.h
index 07861d4..f989cdb 100644
--- a/VolumeManager.h
+++ b/VolumeManager.h
@@ -56,6 +56,7 @@
     int shareVolume(const char *label, const char *method);
     int unshareVolume(const char *label, const char *method);
     int shareAvailable(const char *method, bool *avail);
+    int shareEnabled(const char *path, const char *method, bool *enabled);
     int simulate(const char *cmd, const char *arg);
     int formatVolume(const char *label);
     int createAsec(const char *id, unsigned numSectors, const char *fstype,