diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-09 19:08:49 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-09 19:08:49 +0000 | 
| commit | 7297697c324a6113371fd60b3668320e5a4817a7 (patch) | |
| tree | 94860b95ad4b13ee0c26ccf5b189e4a8d322e552 /common/list.h | |
| parent | 9ebce18255f79c4aea900840a28ff6393ccea8d8 (diff) | |
Small cleanup to the common functions
Diffstat (limited to 'common/list.h')
| -rw-r--r-- | common/list.h | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/common/list.h b/common/list.h index 9185796e..b16bf946 100644 --- a/common/list.h +++ b/common/list.h @@ -3,6 +3,7 @@   *  BlueZ - Bluetooth protocol stack for Linux   *   *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org> + *  Copyright (C) 2005-2006  Johan Hedberg <johan.hedberg@nokia.com>   *   *   *  This program is free software; you can redistribute it and/or modify @@ -20,8 +21,9 @@   *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA   *   */ -#ifndef _LIST_H_ -#define _LIST_H_ + +#ifndef __LIST_H +#define __LIST_H  struct slist {  	void *data; @@ -34,5 +36,4 @@ struct slist *slist_remove(struct slist *list, void *data);  void slist_free(struct slist *list); - -#endif /* _LIST_H_ */ +#endif /* __LIST_H */ | 
