summaryrefslogtreecommitdiffstats
path: root/src/pyutils.h
blob: 7b2ca7b52d1fefd7ec95aeae1a9bb4abd0795dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _PYUTILS_H_
#define _PYUTILS_H_

#include "servers.h"

void py_command(const char *cmd, SERVER_REC *server, WI_ITEM_REC *item);
char *file_get_ext(const char *file);
int file_has_ext(const char *file, const char *ext);
char *file_get_filename(const char *path);


#endif