Sha256: c15445b2172a481c7e87cb2ba0972cfbeee52f82d5441f6e4dd871c50498ed61

Contents?: true

Size: 1.25 KB

Versions: 20

Compression:

Stored size: 1.25 KB

Contents

/*
 * Private functions that are only called from [chibach]/src/lib.
 *
 * Copyright (C) 2008-2013 NEC Corporation
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License, version 2, as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */


#ifndef CHIBACH_PRIVATE_H
#define CHIBACH_PRIVATE_H


#include "bool.h"


void set_chibach_home( void );
const char *get_chibach_home( void );
void unset_chibach_home( void );

void set_chibach_tmp( void );
const char *get_chibach_tmp( void );
void unset_chibach_tmp( void );

const char *get_chibach_name( void );

const char *_get_chibach_home( void );
const char *_get_chibach_tmp( void );


#endif // CHIBACH_PRIVATE_H


/*
 * Local variables:
 * c-basic-offset: 2
 * indent-tabs-mode: nil
 * End:
 */

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
trema-0.4.7 src/lib/chibach_private.h
trema-0.4.6 src/lib/chibach_private.h
trema-0.4.5 src/lib/chibach_private.h
trema-0.4.4 src/lib/chibach_private.h
trema-0.4.3 src/lib/chibach_private.h
trema-0.4.2 src/lib/chibach_private.h
trema-0.4.1 src/lib/chibach_private.h
trema-0.4.0 src/lib/chibach_private.h
trema-0.3.21 src/lib/chibach_private.h
trema-0.3.20 src/lib/chibach_private.h
trema-0.3.19 src/lib/chibach_private.h
trema-0.3.18 src/lib/chibach_private.h
trema-0.3.17 src/lib/chibach_private.h
trema-0.3.16 src/lib/chibach_private.h
trema-0.3.15 src/lib/chibach_private.h
trema-0.3.14 src/lib/chibach_private.h
trema-0.3.13 src/lib/chibach_private.h
trema-0.3.12 src/lib/chibach_private.h
trema-0.3.11 src/lib/chibach_private.h
trema-0.3.10 src/lib/chibach_private.h