File: test-common.h

package info (click to toggle)
libgnomeprintui 2.18.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,352 kB
  • ctags: 1,907
  • sloc: ansic: 14,837; sh: 11,426; xml: 1,776; makefile: 281
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__ */