~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/marker-status.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef SEEN_MARKER_DEBUG_H
2
 
#define SEEN_MARKER_DEBUG_H
3
 
 
4
 
#include "gnuc-attribute.h"
5
 
 
6
 
void marker_status(char const *format, ...) _gnuc_attribute((format(__printf__, 1, 2)));
7
 
 
8
 
#endif /* !SEEN_MARKER_DEBUG_H */
9
 
 
10
 
/*
11
 
  Local Variables:
12
 
  mode:c++
13
 
  c-file-style:"stroustrup"
14
 
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
15
 
  indent-tabs-mode:nil
16
 
  fill-column:99
17
 
  End:
18
 
*/
19
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :