~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to lib/neatogen/info.h

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: info.h,v 1.2 2005/02/24 00:57:33 ellson Exp $ $Revision: 1.2 $ */
 
1
/* $Id: info.h,v 1.7 2009/06/03 01:10:53 ellson Exp $ $Revision: 1.7 $ */
2
2
/* vim:set shiftwidth=4 ts=8: */
3
3
 
4
4
/**********************************************************
19
19
#endif
20
20
 
21
21
 
22
 
 
23
22
#ifndef INFO_H
24
23
#define INFO_H
25
24
 
26
25
#include "voronoi.h"
27
26
#include "poly.h"
28
 
#include "graph.h"
29
27
 
30
28
    typedef struct ptitem {     /* Point list */
31
29
        struct ptitem *next;