From 20f1a8eb694c412e4c0ac3ec1e357bdc07ea1893 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 17 Oct 2008 22:43:43 +0200 Subject: [PATCH] obexd: Add files for phonebook abstraction --- obexd/src/phonebook.c | 28 ++++++++++++++++++++++++++++ obexd/src/phonebook.h | 23 +++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 obexd/src/phonebook.c create mode 100644 obexd/src/phonebook.h diff --git a/obexd/src/phonebook.c b/obexd/src/phonebook.c new file mode 100644 index 000000000..6d8bddcdd --- /dev/null +++ b/obexd/src/phonebook.c @@ -0,0 +1,28 @@ +/* + * + * OBEX Server + * + * Copyright (C) 2007-2008 Marcel Holtmann + * + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include "phonebook.h" diff --git a/obexd/src/phonebook.h b/obexd/src/phonebook.h new file mode 100644 index 000000000..417e231f5 --- /dev/null +++ b/obexd/src/phonebook.h @@ -0,0 +1,23 @@ +/* + * + * OBEX Server + * + * Copyright (C) 2007-2008 Marcel Holtmann + * + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + -- 2.47.3