/* * (C) 2007 OpenedHand Ltd. * * Author: Ross Burton * * Licensed under the GPL v2 or greater. */ #ifndef _SCREENSHOT_UI_H #define _SCREENSHOT_UI_H void screenshot (const char *filename); #endif /* _SCREENSHOT_UI_H */