From 8362c93efbfe70942118fe1b148dbaff68c3ceb8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 25 Jan 2007 14:38:38 +0000 Subject: No #ifdef magic for local file includes --- input/storage.h | 10 +++------- 1 file 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); -- cgit