/* ---------------------------------------------------------------------------------------
*
* path.h
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* src/include/cm/path.h
*
* ---------------------------------------------------------------------------------------
*/
#ifndef _PATH_H
#define _PATH_H
#include "cm/cm_c.h"
extern void trim_directory(char* path);
#endif