Blame lib/init.h

Packit Service 23242a
/*
Packit Service 23242a
    init.h - Part of libsensors, a Linux library for reading sensor data.
Packit Service 23242a
    Copyright (C) 2007-2010  Jean Delvare <jdelvare@suse.de>
Packit Service 23242a
Packit Service 23242a
    This library is free software; you can redistribute it and/or
Packit Service 23242a
    modify it under the terms of the GNU Lesser General Public
Packit Service 23242a
    License as published by the Free Software Foundation; either
Packit Service 23242a
    version 2.1 of the License, or (at your option) any later version.
Packit Service 23242a
Packit Service 23242a
    This library is distributed in the hope that it will be useful,
Packit Service 23242a
    but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 23242a
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 23242a
    GNU Lesser General Public License for more details.
Packit Service 23242a
Packit Service 23242a
    You should have received a copy of the GNU General Public License
Packit Service 23242a
    along with this program; if not, write to the Free Software
Packit Service 23242a
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
Packit Service 23242a
    MA 02110-1301 USA.
Packit Service 23242a
*/
Packit Service 23242a
Packit Service 23242a
#ifndef LIB_SENSORS_INIT_H
Packit Service 23242a
#define LIB_SENSORS_INIT_H
Packit Service 23242a
Packit Service 23242a
#include "data.h"
Packit Service 23242a
Packit Service 23242a
void sensors_free_expr(sensors_expr *expr);
Packit Service 23242a
Packit Service 23242a
#endif /* def LIB_SENSORS_INIT_H */