~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/poppler/poppler/FileSpec.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//========================================================================
 
2
//
 
3
// FileSpec.h
 
4
//
 
5
// All changes made under the Poppler project to this file are licensed
 
6
// under GPL version 2 or later
 
7
//
 
8
// Copyright (C) 2008 Carlos Garcia Campos <carlosgc@gnome.org>
 
9
//
 
10
// To see a description of the changes please see the Changelog file that
 
11
// came with your tarball or type make ChangeLog if you are building from git
 
12
//
 
13
//========================================================================
 
14
 
 
15
#ifndef FILE_SPEC_H
 
16
#define FILE_SPEC_H
 
17
 
 
18
#include "goo/gtypes.h"
 
19
#include "Object.h"
 
20
 
 
21
GBool getFileSpecName (Object *fileSpec, Object *fileName);
 
22
GBool getFileSpecNameForPlatform (Object *fileSpec, Object *fileName);
 
23
 
 
24
#endif /* FILE_SPEC_H */