Sha256: 2705fc06a43aac7d07c39d9d76d8c54c175d9add7684f4639c21c1ea50d49326

Contents?: true

Size: 687 Bytes

Versions: 5

Compression:

Stored size: 687 Bytes

Contents

/*
*   $Id: main.h 443 2006-05-30 04:37:13Z darren $
*
*   Copyright (c) 1998-2002, Darren Hiebert
*
*   This source code is released for free distribution under the terms of the
*   GNU General Public License.
*
*   External interface to main.c
*/
#ifndef _MAIN_H
#define _MAIN_H

/*
*   INCLUDE FILES
*/
#include "general.h"  /* must always come first */

#include <stdio.h>

#include "vstring.h"

/*
*   FUNCTION PROTOTYPES
*/
extern void addTotals (const unsigned int files, const long unsigned int lines, const long unsigned int bytes);
extern boolean isDestinationStdout (void);
extern int main (int argc, char **argv);

#endif  /* _MAIN_H */

/* vi:set tabstop=4 shiftwidth=4: */

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ctags.rb-1.0.19 ext/vendor/exuberant-ctags/main.h
ctags.rb-1.0.18 ext/vendor/exuberant-ctags/main.h
ctags.rb-1.0.15 ext/vendor/exuberant-ctags/main.h
ctags.rb-1.0.6 ext/vendor/exuberant-ctags/main.h
ctags.rb-1.0.0 ext/vendor/exuberant-ctags/main.h