aboutsummaryrefslogtreecommitdiff
path: root/shared/common/port.h
blob: 5d2c118bf9e2f1f8e2edb89330c579bb134c870b (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright (c) 2003 krzYszcz and others.
 * For information on usage and redistribution, and for a DISCLAIMER OF ALL
 * WARRANTIES, see the file, "LICENSE.txt," in this distribution.  */

#ifndef __PORT_H__
#define __PORT_H__

void import_max(char *fn, char *dir);

#endif