Subversion Repositories RepoView

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13 nishi 1
/* $Id: rv_enscript.h 13 2024-08-21 12:31:40Z nishi $ */
2
 
3
#ifndef __RV_ENSCRIPT_H__
4
#define __RV_ENSCRIPT_H__
5
 
6
char* rv_enscript(const char* repouser, const char* path, const char* lang);
7
 
8
#endif