path.h

00001 /*
00002  * Path handling routines
00003  *
00004  * Copyright (C) 2006, Andreas Jellinghaus <aj@dungeon.inka.de>
00005  */
00006 
00007 #ifndef OPENCT_PATH_H
00008 #define OPENCT_PATH_H
00009 
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013 
00014 extern int ct_format_path(char *path, const size_t pathlen, const char *file);
00015 
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019 #endif                          /* OPENCT_PATH_H */

libp11, Copyright (C) 2005 Olaf Kirch <okir@lst.de>OpenSC-Project.org Logo