~ubuntu-branches/ubuntu/lucid/ladr/lucid

« back to all changes in this revision

Viewing changes to ladr/attrib.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Collingbourne
  • Date: 2008-06-29 03:23:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080629032316-kqx2jctzl07isx21
Tags: 0.0.200806a-1
* New upstream release.
* debian/patches/01-libtoolise.dpatch: new source file weight2.c
* debian/libladr4.symbols: updated
* debian/control: new Standards-Version, updated for new prover9-doc
* debian/prooftrans.1: documented new tagged format

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
Term get_term_attribute(Attribute a, int id, int n);
77
77
 
 
78
Term get_term_attributes(Attribute a, int id);
 
79
 
78
80
Attribute set_string_attribute(Attribute a, int id, char *val);
79
81
 
80
82
char *get_string_attribute(Attribute a, int id, int n);