~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/compilergcc/depslib/src/search.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * -= Copyright 2005 Tim Baker (treectrl@hotmail.com) =-
 
3
 *
 
4
 * This file is part of depslib.
 
5
 *
 
6
 * License is hereby granted to use this software and distribute it
 
7
 * freely, as long as this copyright notice is retained and modifications 
 
8
 * are clearly marked.
 
9
 *
 
10
 * ALL WARRANTIES ARE HEREBY DISCLAIMED.
 
11
 */
 
12
#define SEARCH_OPTIM
 
13
 
 
14
extern const char *search(const char *source, const char *_header, time_t *time);
 
15
extern void search_adddir(const char *path);
 
16
extern void search_init(void);
 
17
extern void donesearch(void);
 
18