~ubuntu-branches/ubuntu/wily/geany/wily

« back to all changes in this revision

Viewing changes to tagmanager/get.h

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-12-10 07:43:26 UTC
  • mfrom: (3.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20111210074326-s8yqbew5i20h33tf
Tags: 0.21-1ubuntu1
* Merge from Debian Unstable, remaining changes:
  - debian/patches/20_use_evince_viewer.patch:
     + use evince as viewer for pdf and dvi files
  - debian/patches/20_use_x_terminal_emulator.patch:
     + use x-terminal-emulator as terminal
  - debian/control
     + Add breaks on geany-plugins-common << 0.20
* Also fixes bugs:
  - Filter for MATLAB/Octave files filters everythign (LP: 885505)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
*   $Id: get.h 3352 2008-12-09 19:00:45Z eht16 $
 
2
*   $Id: get.h 5555 2011-03-05 22:40:50Z colombanw $
3
3
*
4
4
*   Copyright (c) 1998-2002, Darren Hiebert
5
5
*
45
45
extern void cppUngetc (const int c);
46
46
extern int cppGetc (void);
47
47
extern int skipOverCComment (void);
48
 
extern char *getArglistFromFilePos(fpos_t startPosition, const char *tokenName);
49
 
extern char *getArglistFromBufferPos(int startPosition, const char *tokenName);
 
48
extern char *getArglistFromFilePos(MIOPos startPosition, const char *tokenName);
50
49
extern char *getArglistFromStr(char *buf, const char *name);
51
50
 
52
51
#endif  /* _GET_H */