~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to gdchart0.94c/gd-1.8.3/gdfontmb.h

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef _GDFONTMB_H_
3
 
#define _GDFONTMB_H_ 1
4
 
 
5
 
#ifdef __cplusplus
6
 
extern "C" {
7
 
#endif
8
 
 
9
 
/*
10
 
        This is a header file for gd font, generated using
11
 
        bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
12
 
        from bdf font
13
 
        -misc-fixed-bold-r-normal-sans-13-94-100-100-c-70-iso8859-2
14
 
        at Thu Jan  8 13:54:57 1998.
15
 
        No copyright info was found in the original bdf.
16
 
 */
17
 
 
18
 
 
19
 
#include "gd.h"
20
 
 
21
 
extern gdFontPtr gdFontMediumBold;
22
 
 
23
 
#ifdef __cplusplus
24
 
}
25
 
#endif
26
 
 
27
 
#endif
28