~ubuntu-branches/ubuntu/edgy/rpm/edgy

« back to all changes in this revision

Viewing changes to build.h

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-l74j50mr9z8ofcl5
Tags: upstream-4.0.3
ImportĀ upstreamĀ versionĀ 4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef H_BUILD
 
2
#define H_BUILD
 
3
 
 
4
#ifdef __cplusplus
 
5
extern "C" {
 
6
#endif
 
7
 
 
8
int build(const char * arg, BTA_t ba, const char * passPhrase,
 
9
                char * cookie, /*@null@*/ const char * rcfile)
 
10
        /*@modifies ba->buildAmount, fileSystem @*/;
 
11
 
 
12
#ifdef __cplusplus
 
13
}
 
14
#endif
 
15
 
 
16
#endif
 
17