Forráskód Böngészése

modules/ims_charging: fixes prototype declatation for destroy_ro_session()

Mikko Lehto 10 éve
szülő
commit
485351dcfb
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      modules/ims_charging/ro_session_hash.h

+ 2 - 1
modules/ims_charging/ro_session_hash.h

@@ -175,7 +175,8 @@ int init_ro_session_table(unsigned int size);
 /*!
 /*!
  * \brief Destroy the ro_session dialog table
  * \brief Destroy the ro_session dialog table
  */
  */
-void destroy_ro_session_table(void);
+void destroy_ro_session(struct ro_session *ro_session);
+
 
 
 /*!
 /*!
  * \brief Link a ro_session structure
  * \brief Link a ro_session structure