toilet/src/export.h
Sam Hocevar 9bea723d14 Routine cleanup: update links and e-mail addresses in source and
documentation, and update fonts using the latest libcaca version.
2009-12-16 00:37:31 +00:00

21 lines
628 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* TOIlet The Other Implementations letters
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$
*
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
/*
* This header defines export functions.
*/
extern int export_list(void);
extern int export_set(context_t *, char const *);