2005-05-30 22:28:29 +02:00
|
|
|
/*************
|
|
|
|
|
* Header file for com_chdir.c
|
|
|
|
|
************/
|
|
|
|
|
|
2013-01-23 20:57:32 +01:00
|
|
|
#ifndef ngspice_COM_CHDIR_H
|
|
|
|
|
#define ngspice_COM_CHDIR_H
|
2005-05-30 22:28:29 +02:00
|
|
|
|
2011-12-11 19:05:00 +01:00
|
|
|
#include "ngspice/wordlist.h"
|
2005-05-30 22:28:29 +02:00
|
|
|
|
|
|
|
|
void com_chdir(wordlist *wl);
|
|
|
|
|
|
2013-01-23 20:57:12 +01:00
|
|
|
#endif
|