aboutsummaryrefslogtreecommitdiffstats
path: root/screenshot-ui.h
blob: 188f41a9502413995bc51810a190390758a0a34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * (C) 2007 OpenedHand Ltd.
 *
 * Author: Ross Burton <ross@openedhand.com>
 *
 * Licensed under the GPL v2 or greater.
 */

#ifndef _SCREENSHOT_UI_H
#define _SCREENSHOT_UI_H

void screenshot (const char *filename);

#endif /* _SCREENSHOT_UI_H */