summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-25 14:38:38 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-25 14:38:38 +0000
commit8362c93efbfe70942118fe1b148dbaff68c3ceb8 (patch)
tree4449ef61f660b790803c606615a60f430e82a6e1
parentd0dc2769f9f1e9cd3ef3b430d7eff0d5d90a7e6b (diff)
No #ifdef magic for local file includes
-rw-r--r--input/storage.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/input/storage.h b/input/storage.h
index 2f245010..adec8bf4 100644
--- a/input/storage.h
+++ b/input/storage.h
@@ -21,17 +21,13 @@
*
*/
-#ifndef __H_INPUT_STORAGE_H
-#define __H_INPUT_STORAGE_H
-
int get_stored_device_info(bdaddr_t *sba, bdaddr_t *dba,
- struct hidp_connadd_req *req);
+ struct hidp_connadd_req *req);
int del_stored_device_info(bdaddr_t *sba, bdaddr_t *dba);
int store_device_info(bdaddr_t *sba, bdaddr_t *dba,
- struct hidp_connadd_req *req);
+ struct hidp_connadd_req *req);
int parse_stored_device_info(const char *str,
- struct hidp_connadd_req *req);
-#endif /* __H_INPUT_STORAGE_H */
+ struct hidp_connadd_req *req);