Updated Spanish translation
[anjuta-git-plugin.git] / tagmanager / sort.h
blob6401c2d031fc105a052f0e1d2a1dfb61296b4b4f
1 /*
2 * $Id$
4 * Copyright (c) 1998-2002, Darren Hiebert
6 * This source code is released for free distribution under the terms of the
7 * GNU General Public License.
9 * External interface to sort.c
11 #ifndef _SORT_H
12 #define _SORT_H
15 * INCLUDE FILES
17 #include "general.h" /* must always come first */
20 * FUNCTION PROTOTYPES
22 extern void catFile (const char *const name);
24 #ifdef EXTERNAL_SORT
25 extern void externalSortTags (const boolean toStdout);
26 #else
27 extern void internalSortTags (const boolean toStdout);
28 #endif
30 #endif /* _SORT_H */
32 /* vi:set tabstop=4 shiftwidth=4: */