~ubuntu-branches/ubuntu/trusty/sblim-sfcb/trusty-proposed

« back to all changes in this revision

Viewing changes to mofc/mofdecl.h

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-06-08 12:04:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090608120449-byfplk09rqz8rtg6
Tags: 1.3.3-0ubuntu1
* New upstream release.
* debian/rules: Removed rpath hacks, SFCB default build handles that now.
* Removed 1934753-remove-assignment.diff, now upstream.
* Refreshed patch cim-schema-location.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: mofdecl.h,v 1.2 2005/11/20 17:37:05 bestorga-oss Exp $
 
2
 * $Id: mofdecl.h,v 1.3 2009/01/08 16:46:33 buccella Exp $
3
3
 *
4
4
 * (C) Copyright IBM Corp. 2004
5
5
 * 
30
30
int yyparse(void);
31
31
char * upstrdup( const char *, int );
32
32
int init_scanner(char * parsefiles[], int numfiles, const char * includedir, 
33
 
                 const char * extrafile, int verbose);
 
33
                 const char * extrafile, const char * instmigfile, int verbose);
34
34
void stop_scanner(void);
35
35
FILE * try_open_file(const char * filename);
36
36
extern int line_number;