X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Flib%2Fpudisks2.h;fp=src%2Flib%2Fpudisks2.h;h=1a844bcbd13dc1cc100bcdd6fd61fc9ebda0dc93;hp=0000000000000000000000000000000000000000;hb=5c1e07fec97e34a94331b6b47e25c98f2b2e4cce;hpb=4c50d430bea4b8462b0ae7ab70baf3f538f87718 diff --git a/src/lib/pudisks2.h b/src/lib/pudisks2.h new file mode 100644 index 0000000..1a844bc --- /dev/null +++ b/src/lib/pudisks2.h @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2010-2014 jeanfi@gmail.com + * + * 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 Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ +#ifndef _PSENSOR_UDISKS2_H_ +#define _PSENSOR_UDISKS2_H_ + +#include + +void udisks2_psensor_list_append(struct psensor ***sensors, int values_length); +void udisks2_psensor_list_update(struct psensor **sensors); + +#endif