--- kannel-dev/gateway/gw/bearerbox.h	2002-04-28 12:28:27.000000000 +0300
+++ gateway/gw/bearerbox.h	2002-05-26 13:07:12.000000000 +0300
@@ -81,6 +81,9 @@
 int smsc2_start(Cfg *config);
 int smsc2_restart(Cfg *config);
 
+int smsc2_stop_smsc(Octstr *id);
+int smsc2_start_smsc(Octstr *id);
+					    
 void smsc2_suspend(void);    /* suspend (can still send but not receive) */
 void smsc2_resume(void);     /* resume */
 int smsc2_shutdown(void);
@@ -151,6 +154,10 @@
 /* return string of current status */
 Octstr *bb_print_status(int status_type);
 
+/* stop or start a single smsc interface */
+int bb_stop_smsc(Octstr *id);
+int bb_start_smsc(Octstr *id);
+    
 
 /*----------------------------------------------------------------
  * common function to all (in bearerbox.c)
