File: test-common.h

package info (click to toggle)
libgnomeprint 2.18.8-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 7,024 kB
  • sloc: ansic: 35,618; sh: 12,457; xml: 5,013; perl: 562; makefile: 523; yacc: 194; lex: 38
file content (8 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#ifndef __TEST_COMMON_H__
#define __TEST_COMMON_H__

#include <libgnomeprint/gnome-print.h>

void test_print_page (GnomePrintContext *pc, guint page);

#endif /* __TEST_COMMON_H__ */