diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-17 15:29:12 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-17 15:29:12 +0200 |
commit | 2c92ca309f9a8cfe71acab8329ef5d42867cfa2a (patch) | |
tree | 5906091ba61e05bcc4df91bb7fb7b306accd55a9 | |
parent | dcf1606a70deeb140c2d5479092cf6f55eca2d4b (diff) |
add telepathy-logger.h
-rw-r--r-- | telepathy-logger/Makefile.am | 1 | ||||
-rw-r--r-- | telepathy-logger/telepathy-logger.h | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/telepathy-logger/Makefile.am b/telepathy-logger/Makefile.am index 3da3d8b01..736e0c1ab 100644 --- a/telepathy-logger/Makefile.am +++ b/telepathy-logger/Makefile.am @@ -23,6 +23,7 @@ LIBTPL_HEADERS = \ entry.h \ entry-text.h \ log-manager.h \ + telepathy-logger.h \ $(NULL) libtelepathy_logger_la_SOURCES = \ diff --git a/telepathy-logger/telepathy-logger.h b/telepathy-logger/telepathy-logger.h new file mode 100644 index 000000000..32fccef6e --- /dev/null +++ b/telepathy-logger/telepathy-logger.h @@ -0,0 +1,29 @@ +/* + * telepathy-logger.h - Headers for telepathy-logger + * + * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef __TELEPATHY_LOGGER_H__ +#define __TELEPATHY_LOGGER_H__ + +#include <telepathy-logger/entity.h> +#include <telepathy-logger/entry-text.h> +#include <telepathy-logger/entry.h> +#include <telepathy-logger/log-manager.h> + +#endif |