~javier-lopez/ubuntu/quantal/cdo/sru-1023329

« back to all changes in this revision

Viewing changes to src/util.h

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2010-09-22 15:58:09 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100922155809-u1d3vlmlqj02uxjt
Tags: 1.4.6.dfsg.1-1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
char *getProgname(char *string);
22
22
char *getOperator(const char *argument);
23
 
char *getOperatorName(char *xoperator);
 
23
char *getOperatorName(const char *xoperator);
24
24
 
25
25
char *makeArgument(int argc, char *argv[]);
26
26
char *getFileArg(char *argument);