summaryrefslogtreecommitdiff
path: root/include/libgsmd/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libgsmd/misc.h')
-rw-r--r--include/libgsmd/misc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libgsmd/misc.h b/include/libgsmd/misc.h
index 884e294..9100260 100644
--- a/include/libgsmd/misc.h
+++ b/include/libgsmd/misc.h
@@ -73,4 +73,8 @@ extern int lgsm_voicemail_set(struct lgsm_handle *lh, const char *number);
extern int lgsm_voicemail_get(struct lgsm_handle *lh);
/* Get Battery Connection status and charge level */
extern int lgsm_get_battery(struct lgsm_handle *lh);
+
+/* Enable vibrator */
+extern int lgsm_phone_vibrator(struct lgsm_handle *lh, int enable);
+
#endif
personal git repositories of Harald Welte. Your mileage may vary