~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to imagery/i.ortho.photo/i.photo.elev/elev.h

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
extern char *elev_layer;
 
2
extern char *mapset_elev;
 
3
extern char *tl;
 
4
extern char *math_exp;
 
5
extern char *units;
 
6
extern char *nd;
 
7
 
 
8
/* ask_elev.c */
 
9
int ask_elev(char *, char *, char *);
 
10
 
 
11
/* main.c */
 
12
int select_current_env(void);
 
13
int select_target_env(void);
 
14
 
 
15
/* mod_elev.c */
 
16
int mod_elev_data(void);