geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

trashbox_p.h
Go to the documentation of this file.
1/*
2*
3* Copyright (c) 2017, Red Hat, Inc.
4* Copyright (c) 2017, Masatake YAMATO
5*
6* This source code is released for free distribution under the terms of the
7* GNU General Public License version 2 or (at your option) any later version.
8*/
9
10#ifndef CTAGS_MAIN_TRASH_PRIVATE_H
11#define CTAGS_MAIN_TRASH_PRIVATE_H
12
13/*
14* INCLUDE FILES
15*/
16
17#include "general.h" /* must always come first */
18
19
20/*
21* FUNCTION PROTOTYPES
22*/
23
24extern void initDefaultTrashBox (void);
25extern void finiDefaultTrashBox (void);
26
27extern void initParserTrashBox (void);
28extern void finiParserTrashBox (void);
29
30#endif /* CTAGS_MAIN_TRASH_PRIVATE_H */
void finiDefaultTrashBox(void)
Definition: trashbox.c:174
void initDefaultTrashBox(void)
Definition: trashbox.c:169
void finiParserTrashBox(void)
Definition: trashbox.c:185
void initParserTrashBox(void)
Definition: trashbox.c:180