/* bzr=project-tree.h:
*
* vim:smartindent ts=8:sts=2:sta:et:ai:shiftwidth=2
****************************************************************
* Copyright (C) 2005 Canonical Limited
* Authors: Robert Collins <robert.collins@canonical.com>
*
* See the file "COPYING" for further information about
* the copyright and warranty status of this work.
*/
#ifndef INCLUDE__LIBARCH__TLA_PROJECT_TREE_H
#define INCLUDE__LIBARCH__TLA_PROJECT_TREE_H
#include "hackerlab/machine/types.h"
#include "libarch/project-tree.h"
extern void tla_project_tree_init_directory (t_uchar const * const tree_root);
extern int tla_project_tree_dir_is_root (void * context, t_uchar const * dir, arch_project_tree_t **out);
#endif /* INCLUDE__LIBARCH__TLA_PROJECT_TREE_H */
syntax highlighted by Code2HTML, v. 0.9.1