diff options
author | James Booth <boothj5@gmail.com> | 2012-10-24 20:37:08 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-10-24 20:37:08 +0100 |
commit | a8cc6f7c08f34e3fb8c2a84852ad01acea57fa74 (patch) | |
tree | 03677f79d7029f347fa2ee35f6e2448a6cbeb0f0 /src/release.h | |
parent | a5e4e52567f32356c3ba637bc220ddb6a33248a3 (diff) | |
parent | d6f87e7a1605f5d2086f2fcaa084b258f620f435 (diff) | |
download | profani-tty-a8cc6f7c08f34e3fb8c2a84852ad01acea57fa74.tar.gz |
Merge branch 'master' into type_out
Conflicts: Makefile.am
Diffstat (limited to 'src/release.h')
-rw-r--r-- | src/release.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/release.h b/src/release.h new file mode 100644 index 00000000..c106d622 --- /dev/null +++ b/src/release.h @@ -0,0 +1,25 @@ +/* + * release.h + * + * Copyright (C) 2012 James Booth <boothj5@gmail.com> + * + * This file is part of Profanity. + * + * Profanity 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. + * + * Profanity 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 Profanity. If not, see <http://www.gnu.org/licenses/>. + * + */ + +#include <glib.h> + +char * release_get_latest(void); |