Sha256: 2ddf3b28501185f0b8d5d6556a778d9af37f979b6ee9fc9679ff9afc973434cd

Contents?: true

Size: 1.31 KB

Versions: 16

Compression:

Stored size: 1.31 KB

Contents

/*
 * Private functions that are only called from [chibach]/src/lib.
 *
 * Author: Yasuhito Takamiya <yasuhito@gmail.com>
 *
 * Copyright (C) 2008-2012 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

16 entries across 16 versions & 1 rubygems

Version Path
trema-0.3.9 src/lib/chibach_private.h
trema-0.3.8 src/lib/chibach_private.h
trema-0.3.7 src/lib/chibach_private.h
trema-0.3.6 src/lib/chibach_private.h
trema-0.3.5 src/lib/chibach_private.h
trema-0.3.4 src/lib/chibach_private.h
trema-0.3.3 src/lib/chibach_private.h
trema-0.3.2 src/lib/chibach_private.h
trema-0.3.1 src/lib/chibach_private.h
trema-0.3.0 src/lib/chibach_private.h
trema-0.2.8 src/lib/chibach_private.h
trema-0.2.7 src/lib/chibach_private.h
trema-0.2.6 src/lib/chibach_private.h
trema-0.2.5 src/lib/chibach_private.h
trema-0.2.4 src/lib/chibach_private.h
trema-0.2.3 src/lib/chibach_private.h