diff options
author | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-08-05 00:44:42 +0300 |
---|---|---|
committer | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-08-05 00:44:42 +0300 |
commit | 162f048696c45792dd192223fc2786b54d9f0b21 (patch) | |
tree | b2a30780eaf0cdd60b6f89fad931b5f4ca1632c1 /tuiclient/shorttypes.h | |
parent | Fix: scrolling for distfile queue list. (diff) | |
download | idfetch-162f048696c45792dd192223fc2786b54d9f0b21.tar.gz idfetch-162f048696c45792dd192223fc2786b54d9f0b21.tar.bz2 idfetch-162f048696c45792dd192223fc2786b54d9f0b21.zip |
Use .o files instead of .cpp in tuiclient.h
Diffstat (limited to 'tuiclient/shorttypes.h')
-rw-r--r-- | tuiclient/shorttypes.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tuiclient/shorttypes.h b/tuiclient/shorttypes.h new file mode 100644 index 0000000..5d99613 --- /dev/null +++ b/tuiclient/shorttypes.h @@ -0,0 +1,33 @@ +/* +* Copyright (C) 2010 Robin H.Johnson, Ovechko Kostyantyn <fastinetserver@gmail.com>. +* +* Project: IDFetch. +* Developer: Ovechko Kostyantyn Olexandrovich (Kharkiv State Technical University of Construction and Architecture, Ukraine). +* Mentor: Robin H. Johnson (Gentoo Linux: Developer, Trustee & Infrastructure Lead). +* Mentoring organization: Gentoo Linux. +* Sponsored by GSOC 2010. +* +* This file is part of Segget. +* +* Segget 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. +* +* Segget 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 Segget; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +*/ + +#ifndef _TYPES_H_ +#define _TYPES_H_ + +typedef unsigned long ulong; +typedef unsigned int uint; + +#endif
\ No newline at end of file |