~ubuntu-branches/ubuntu/trusty/concalc/trusty

« back to all changes in this revision

Viewing changes to src/consolecalc.h

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-04-18 23:20:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070418232034-jyjxoyb2ymuqk5pj
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef CONSOLECALC_H
 
2
#define CONSOLECALC_H
 
3
 
 
4
void searchScripts(char*,Preferences*,Variable*,ThreadSync*);
 
5
void loadSubScripts(ThreadSync*,Preferences*,Variable*,Script*);
 
6
void initDebugging(char*,ThreadSync*);
 
7
int commentRemover(char *code);
 
8
int preferencesPreprocessor(char *code,Preferences*pref);
 
9
 
 
10
 
 
11
 
 
12
 
 
13
 
 
14
#endif