Skip to content
Permalink
1139b72d5e
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
27 lines (22 sloc) 515 Bytes
/*
* (C) 2001 Clemson University and The University of Chicago
*
* See COPYING in top-level directory.
*/
/* This is the master header file for OrangeFS. It pulls in all header
* files needed by client side for software that operates at or above
* the system interface level.
*/
#ifndef __ORANGE_H
#define __ORANGE_H
#include "pvfs2-usrint.h"
#include "pvfs2.h"
#endif /* __ORANGE_H */
/*
* Local variables:
* c-indent-level: 4
* c-basic-offset: 4
* End:
*
* vim: ts=8 sts=4 sw=4 expandtab
*/