~ubuntu-branches/ubuntu/karmic/htop/karmic

« back to all changes in this revision

Viewing changes to String.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2008-11-11 04:15:57 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20081111041557-jwylxzcj2p11rcfo
Tags: 0.8.1-0ubuntu1
New upstream release (LP: #273943)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
int String_contains_i(char* s, char* match);
35
35
 
 
36
char* String_getToken(const char* line, const unsigned short int numMatch);
 
37
 
36
38
#endif