Code

Renamed 'command' to 'method'.
[libjunos.git] / src / junos.h
index a88ad766902d76567541c620948b317651db34bb..5f31e917de5140306ad4fbaa92498b4736171318 100644 (file)
@@ -104,7 +104,7 @@ int
 junos_connect(junos_t *junos);
 
 xmlDocPtr
-junos_simple_command(junos_t *junos, const char *cmd);
+junos_simple_method(junos_t *junos, const char *name);
 
 int
 junos_disconnect(junos_t *junos);