source: toilet/trunk/src/export.h @ 1367

Last change on this file since 1367 was 1321, checked in by Sam Hocevar, 17 years ago
  • Moved export stuff in export.c.
  • Bail out with an error if the requested export format is unsupported.
  • Property svn:keywords set to Id
File size: 546 bytes
Line 
1/*
2 *  TOIlet        The Other Implementation’s letters
3 *  Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
4 *                All Rights Reserved
5 *
6 *  $Id: export.h 1321 2006-11-10 07:56:55Z sam $
7 *
8 *  This program is free software; you can redistribute it and/or
9 *  modify it under the terms of the Do What The Fuck You Want To
10 *  Public License, Version 2, as published by Sam Hocevar. See
11 *  http://sam.zoy.org/wtfpl/COPYING for more details.
12 */
13
14/*
15 * This header defines export functions.
16 */
17
18extern int export_list(void);
19extern int export_set(context_t *, char const *);
20
Note: See TracBrowser for help on using the repository browser.