From df3ee03d3814ba51e0d09f90f419a5f9650e2105 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 28 Mar 2014 23:41:51 +1300 Subject: A night full of rewriting and tidying --- src/bat_tray/getbat.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/bat_tray/getbat.h (limited to 'src/bat_tray/getbat.h') diff --git a/src/bat_tray/getbat.h b/src/bat_tray/getbat.h new file mode 100644 index 0000000..81c3c0f --- /dev/null +++ b/src/bat_tray/getbat.h @@ -0,0 +1,26 @@ +/************************************************************************ + * This file is part of trayfreq-archlinux. * + * * + * trayfreq-archlinux 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 3 of the * + * License, or (at your option) any later version. * + * * + * trayfreq-archlinux 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 trayfreq-archlinux. If not, see * + * . * + ************************************************************************/ + +#ifndef GETBAT_H +#define GETBAT_H 1 + +#include + + + +#endif \ No newline at end of file -- cgit v1.1