~ubuntu-branches/ubuntu/utopic/soundscaperenderer/utopic-proposed

« back to all changes in this revision

Viewing changes to data/MacOSX/dylibbundler/src/DylibBundler.h

  • Committer: Package Import Robot
  • Author(s): IOhannes m zmölnig (Debian/GNU)
  • Date: 2014-05-08 16:58:09 UTC
  • Revision ID: package-import@ubuntu.com-20140508165809-7tz9dhu5pvo5wy25
Tags: upstream-0.4.1~dfsg
Import upstream version 0.4.1~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 This program is free software; you can redistribute it and/or modify
 
3
 it under the terms of the GNU General Public License as published by
 
4
 the Free Software Foundation; either version 2 of the License, or
 
5
 (at your option) any later version.
 
6
 
 
7
 This program is distributed in the hope that it will be useful,
 
8
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
10
 GNU General Public License for more details.
 
11
 
 
12
 You should have received a copy of the GNU General Public License along
 
13
 with this program; if not, write to the Free Software Foundation, Inc.,
 
14
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
15
 */
 
16
 
 
17
#ifndef _crawler_
 
18
#define _crawler_
 
19
 
 
20
#include <string>
 
21
 
 
22
void collectDependencies(std::string filename);
 
23
void collectSubDependencies();
 
24
void doneWithDeps_go();
 
25
 
 
26
#endif
 
 
b'\\ No newline at end of file'