~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/sgi/sgi.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * "$Id: sgi.h,v 1.11 2003/04/07 11:59:33 neo Exp $"
3
 
 *
4
2
 *   SGI image file format library definitions.
5
3
 *
6
4
 *   Copyright 1997-1998 Michael Sweet (mike@easysw.com)
27
25
#ifndef _SGI_H_
28
26
#  define _SGI_H_
29
27
 
30
 
#  include "config.h" 
31
 
 
32
 
#  include <stdio.h>
33
 
#  include <stdlib.h>
34
 
#  ifdef HAVE_UNISTD_H
35
 
#    include <unistd.h>
36
 
#  endif
37
 
#  include <string.h>
38
 
 
39
28
#  ifdef __cplusplus
40
29
extern "C" {
41
30
#  endif
97
86
#endif /* !_SGI_H_ */
98
87
 
99
88
/*
100
 
 * End of "$Id: sgi.h,v 1.11 2003/04/07 11:59:33 neo Exp $".
 
89
 * End of "$Id: sgi.h 16773 2005-03-04 13:23:32Z neo $".
101
90
 */