/* %Z%%M% %I% %E% */

/*
 * Copyright (c) 1992, 1995 by Wayne C. Gramlich.
 * All rights reserved.
 *
 * Permission to use, copy, modify, distribute, and sell this software
 * for any purpose is hereby granted without fee provided that the above
 * copyright notice and this permission are retained.  The author makes
 * no representations about the suitability of this software for any purpose.
 * It is provided "as is" without express or implied warranty.
 */

/* This routine declares some routines for the routine_info type: */

#ifndef ROUTINE_INFO_EXPORTS_H
#define ROUTINE_INFO_EXPORTS_H

#ifndef HEAP_TYPES_H
#include "heap_types.h"
#endif

#ifndef ROUTINE_INFO_TYPES_H
#include "routine_info_types.h"
#endif

#ifndef STR_EXPORTS_H
#include "str_exports.h"
#endif

extern routine__info__type routine__info__parse(Str, Heap);

#endif /* ROUTINE_INFO_EXPORTS_H */
