removed argument *wl as the command line is not used by removecirc
(from Holger).
This commit is contained in:
parent
ceecdbf97d
commit
d972123d5f
|
|
@ -17,7 +17,7 @@
|
||||||
/* Clears ckt and removes current circ. form database */
|
/* Clears ckt and removes current circ. form database */
|
||||||
|
|
||||||
void
|
void
|
||||||
com_removecirc(wordlist *wl)
|
com_removecirc()
|
||||||
{
|
{
|
||||||
struct variable *v, *next;
|
struct variable *v, *next;
|
||||||
struct circ *ct;
|
struct circ *ct;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#ifndef MW_COMS_H_INCLUDED
|
#ifndef MW_COMS_H_INCLUDED
|
||||||
#define MW_COMS_H_INCLUDED
|
#define MW_COMS_H_INCLUDED
|
||||||
|
|
||||||
void com_removecirc(wordlist *wl);
|
void com_removecirc(void);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue