~ubuntu-branches/ubuntu/trusty/polyglot/trusty

« back to all changes in this revision

Viewing changes to book_make.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Korff
  • Date: 2005-10-09 21:56:20 UTC
  • Revision ID: james.westby@ubuntu.com-20051009215620-dcuqynujzvmiglpj
Tags: upstream-1.3
ImportĀ upstreamĀ versionĀ 1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
// book_make.h
 
3
 
 
4
#ifndef BOOK_MAKE_H
 
5
#define BOOK_MAKE_H
 
6
 
 
7
// includes
 
8
 
 
9
#include "util.h"
 
10
 
 
11
// functions
 
12
 
 
13
extern void book_make (int argc, char * argv[]);
 
14
 
 
15
#endif // !defined BOOK_MAKE_H
 
16
 
 
17
// end of book_make.h
 
18