dfbapi: font display changes
[physik/nlsop.git] / nlsop.h
diff --git a/nlsop.h b/nlsop.h
index c2baf3e..a846d08 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
 
 typedef unsigned int u32;
 
+typedef struct __info
+{
+ int cc,steps,range;
+ double a_el,b_el,a_cd,b_cd,a_ap,b_ap;
+} info;
+
 #define AMORPH 1
 
 #define A_EL 1.
@@ -33,6 +39,6 @@ typedef unsigned int u32;
 
 #define MAX_CHARS 64
 #define MAX_TXT 32
-#define MAX_ARGV 16
+#define MAX_ARGV 27
 
 #endif /* NLSOP_H */