~ubuntu-branches/ubuntu/vivid/concalc/vivid

« back to all changes in this revision

Viewing changes to src/concalc.h

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-10-16 00:27:18 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071016002718-csrfx5ek2wmxidxz
Tags: 0.9.0-1
* New upstream release
* Upstream package renamed to concalc - remove debian/patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*/////////////////////////////////////////Concalc////////////////////////////////////////////
 
2
/////////////////////////////////Scientific Graphic Calculator////////////////////////////////
 
3
 
 
4
File:         concalc.h
 
5
Author:       Rainer Strobel
 
6
Email:        rainer1223@users.sourceforge.net
 
7
Homepage:     http://extcalc-linux.sourceforge.net
 
8
 
 
9
This program is free software; you can redistribute it and/or modify
 
10
it under the terms of the GNU General Public License as published by
 
11
the Free Software Foundation; either version 2, or (at your option)
 
12
any later version.
 
13
 
 
14
Main header file of Concalc.
 
15
 
 
16
////////////////////////////////////////////////////////////////////////////////////////////*/
 
17
#ifndef CONSOLECALC_H
 
18
#define CONSOLECALC_H
 
19
 
 
20
void searchScripts(char*,Preferences*,Variable*,ThreadSync*);
 
21
void loadSubScripts(ThreadSync*,Preferences*,Variable*,Script*);
 
22
void initDebugging(char*,ThreadSync*);
 
23
//int commentRemover(char *code);
 
24
//int preferencesPreprocessor(char *code,Preferences*pref);
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
#endif