~ubuntu-branches/ubuntu/hardy/ntfs-3g/hardy

« back to all changes in this revision

Viewing changes to src/utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2006-11-24 00:33:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061124003343-9ag45l8hiuz69nkd
Tags: upstream-0.0.0+20061031
Import upstream version 0.0.0+20061031

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * utils.h - Part of the Linux-NTFS project.
 
2
 * utils.h - Originated from the Linux-NTFS project.
3
3
 *
4
4
 * Copyright (c) 2002-2005 Richard Russon
5
5
 * Copyright (c) 2004 Anton Altaparmakov
17
17
 * GNU General Public License for more details.
18
18
 *
19
19
 * You should have received a copy of the GNU General Public License
20
 
 * along with this program (in the main directory of the Linux-NTFS
 
20
 * along with this program (in the main directory of the NTFS-3G
21
21
 * distribution in the file COPYING); if not, write to the Free Software
22
22
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23
23
 */
38
38
#include <stdarg.h>
39
39
#endif
40
40
 
41
 
extern const char *ntfs_bugs;
42
41
extern const char *ntfs_home;
43
42
extern const char *ntfs_gpl;
44
43