zathura/print.h

16 lines
247 B
C
Raw Normal View History

2011-04-29 00:28:19 +02:00
/* See LICENSE file for license and copyright information */
#ifndef PRINT_H
#define PRINT_H
#include "zathura.h"
/**
* Opens a print dialog to print the current file
*
* @param zathura
*/
void print(zathura_t* zathura);
#endif // PRINT_H