~ubuntu-branches/ubuntu/trusty/gpp4/trusty

« back to all changes in this revision

Viewing changes to src/ccp4_general.h

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2009-11-09 16:41:48 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091109164148-mz0uet32ywxs010d
Tags: 1.2.0-0ubuntu1
* New upstream version 1.2.0.
* New binary packages added to isolate the mmdb dependency in the 
  Fortran API libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
 
102
102
int ccp4fyp(int argc, char **argv);
103
103
 
104
 
static int ccp4fyp_cleanup(int ienv, char **envname, char **envtype, char **envext,
 
104
int ccp4fyp_cleanup(int ienv, char **envname, char **envtype, char **envext,
105
105
                    char *logical_name, char *file_name, char *file_type,
106
106
                    char *file_ext, char *env_file, char *def_file,
107
107
                    char *dir, CCP4PARSERARRAY *parser);
109
109
int ccp4setenv(char *logical_name, char* value, char **envname,
110
110
               char **envtype, char **envext, int *ienv, int no_overwrt);
111
111
 
112
 
static int ccp4setenv_cleanup(char *file_ext, char *file_root, char *file_path,
 
112
int ccp4setenv_cleanup(char *file_ext, char *file_root, char *file_path,
113
113
                       char *file_name);
114
114
 
115
115
int ccpexists(char *filename);