~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to src/tilp_prompt.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-05-22 21:12:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040522211203-awg2cuw03guyvyz9
Tags: 6.72-2
* debian/control
  + Build-Depends: libticables3 (>= 3.8.4-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Hey EMACS -*- linux-c -*- */
 
2
/* $Id: tilp_prompt.h 366 2004-03-22 18:04:07Z roms $ */
 
3
 
 
4
/*  tilp - Ti Linking Program
 
5
 *  Copyright (C) 1999-2004  Romain Lievin
 
6
 *
 
7
 *  This program is free software you can redistribute it and/or modify
 
8
 *  it under the terms of the GNU General Public License as published by
 
9
 *  the Free Software Foundation either version 2 of the License, or
 
10
 *  (at your option) any later version.
 
11
 *
 
12
 *  This program is distributed in the hope that it will be useful,
 
13
 *  but WITHOUT ANY WARRANTY without even the implied warranty of
 
14
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 *  GNU General Public License for more details.
 
16
 *
 
17
 *  You should have received a copy of the GNU General Public License
 
18
 *  along with this program if not, write to the Free Software
 
19
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
20
 */
 
21
 
 
22
#ifndef __CMDINTERFACE__
 
23
#define __CMDINTERFACE__
 
24
 
 
25
 
 
26
extern int cmdState;
 
27
extern int progBar;
 
28
 
 
29
 
 
30
extern void cmd_update_progbar(int size);
 
31
extern void cmd_link_progress(int type, char *name, int size);
 
32
extern void enter_command(void);
 
33
 
 
34
int tilp_prompt(void);
 
35
 
 
36
#endif