2000-04-27 22:03:57 +02:00
|
|
|
/*************
|
|
|
|
|
* Header file for backq.c
|
|
|
|
|
* 1999 E. Rouat
|
2005-05-30 22:28:29 +02:00
|
|
|
* $Id$
|
2000-04-27 22:03:57 +02:00
|
|
|
************/
|
|
|
|
|
|
|
|
|
|
#ifndef BACKQ_H_INCLUDED
|
|
|
|
|
#define BACKQ_H_INCLUDED
|
|
|
|
|
|
2005-05-30 22:28:29 +02:00
|
|
|
extern char cp_back;
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2005-05-30 22:28:29 +02:00
|
|
|
wordlist * cp_bquote(wordlist *wlist);
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
#endif
|