diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-25 14:38:38 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-25 14:38:38 +0000 | 
| commit | 8362c93efbfe70942118fe1b148dbaff68c3ceb8 (patch) | |
| tree | 4449ef61f660b790803c606615a60f430e82a6e1 /input | |
| parent | d0dc2769f9f1e9cd3ef3b430d7eff0d5d90a7e6b (diff) | |
No #ifdef magic for local file includes
Diffstat (limited to 'input')
| -rw-r--r-- | input/storage.h | 10 | 
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); | 
