~ubuntu-branches/ubuntu/maverick/conglomerate/maverick

« back to all changes in this revision

Viewing changes to src/cong-random-document.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 05:07:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108050706-bcg60nwqf1z3w0d6
Tags: 0.9.1-1ubuntu1
* Resynchronise with Debian (Closes: #4397).
  - Thanks, Jordan Mantha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * cong-random-document.h
 
3
 *
 
4
 * Copyright (C) 2005 David Malcolm
 
5
 *
 
6
 * Conglomerate is free software; you can redistribute it and/or
 
7
 * modify it under the terms of the GNU General Public License as
 
8
 * published by the Free Software Foundation; either version 2 of the
 
9
 * License, or (at your option) any later version.
 
10
 *
 
11
 * Conglomerate is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
 * General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software
 
18
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
19
 *
 
20
 * Authors: David Malcolm <david@davemalcolm.demon.co.uk>
 
21
 */
 
22
 
 
23
#ifndef __CONG_FAKE_PLUGIN_HOOKS_H__
 
24
#define __CONG_FAKE_PLUGIN_HOOKS_H__
 
25
 
 
26
G_BEGIN_DECLS
 
27
 
 
28
xmlDocPtr
 
29
cong_make_random_doc (CongDispspec *dispspec, 
 
30
                      gboolean ensure_valid,
 
31
                      int depth);
 
32
 
 
33
 
 
34
 
 
35
G_END_DECLS
 
36
 
 
37
#endif