~ubuntu-branches/debian/sid/geany-plugins/sid

« back to all changes in this revision

Viewing changes to pretty-printer/src/PluginEntry.h

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov, Evgeni Golov
  • Date: 2011-11-17 20:03:24 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111117200324-8qmu6tuwjtfpv3n7
Tags: 0.21.1-1
[ Evgeni Golov ]
* [f4007f2] Imported Upstream version 0.21.1
* [5ff622d] install plugins from/to /usr/lib/<arch-triplet>/geany
* [75411d7] bump build-dep to geany 0.21
* [db92155] depend on the virtual geany-abi-XX package
* [dd84769] switch to 3.0 (quilt)
* [3ab76d7] drop readme.source
* [233d44c] refresh patch against 0.21.1
* [030bec1] add lintian override for
            documentation-package-not-architecture-independent
* [aba43d7] use debhelper compat level 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef PLUGIN_ENTRY_H
20
20
#define PLUGIN_ENTRY_H
21
21
 
22
 
// This constants will be enabled once the preferences GUI will be finished :)
23
 
//#define PLUGIN_XMLPP_GUI
24
 
 
25
22
//========================================== INCLUDES ==========================================================
26
23
 
27
24
#include <stdlib.h>
28
25
#include <stdio.h>
 
26
 
 
27
#ifdef HAVE_CONFIG_H
 
28
# include "config.h"
 
29
#endif
29
30
#include <geanyplugin.h>
 
31
 
30
32
#include <libxml/parser.h>
31
33
#include <libxml/tree.h>
32
34
#include "PrettyPrinter.h"