~ubuntu-branches/ubuntu/feisty/faust/feisty

« back to all changes in this revision

Viewing changes to compiler/generator/enrobage.hh

  • Committer: Bazaar Package Importer
  • Author(s): Mario Lang
  • Date: 2006-10-09 11:05:30 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20061009110530-zvktdvpq5zewdxso
Tags: 0.9.8-1
* New upstream release.
* Upgrade Standards-Version to 3.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
ifstream* open_path_stream (const char* lofdir, const char* filename);
44
44
ifstream* open_stream (const char* filename);
45
45
 
 
46
FILE* fopensearch(const char* filename);
 
47
FILE* fopenpath(const char* lofdir, const char* filename);
 
48
 
46
49
bool check_file(char* filename);
47
50
                
48
51