Branch update for mygnokii2002_03_17_19_29nl
[gnokii.git] / gnokii / gnokii.h
index 2c0e921..26e2931 100644 (file)
@@ -25,6 +25,7 @@ int monitormode(int argc, char *argv[]);
 #ifdef DEBUG
   int sniff(int nargc, char *nargv[]);
   int decodefile(int nargc, char *nargv[]); 
+  int getbinringfromfile(int nargc, char *nargv[]); 
 #endif
 
 #endif /* UCLINUX */
@@ -109,9 +110,7 @@ int sendcalendarnote(int argc, char *argv[]);
 int receivesms(int argc, char *argv[]);
 int getsmsstatus(int argc, char *argv[]);
 int divert(int argc, char *argv[]);
-#endif /* UCLINUX */
-static int savephonebookentry(int argc, char *argv[]);
-#ifndef UCLINUX
+int savephonebookentry(int argc, char *argv[]);
 int sendphonebookentry(int argc, char *argv[]);
 #endif /* UCLINUX */
 
@@ -199,7 +198,8 @@ typedef enum {
   OPT_DIVERT=146,
   OPT_SENDWAPSETTINGS=147,
   OPT_SETWAPBOOKMARK=148,
-  OPT_GNOKIID=149,
+  OPT_GETBINRINGFROMFILE=149,
+  OPT_GNOKIID=150,
 } opt_index;
 
 struct gnokii_arg_len {