| 60 | /** @endcond */ |
| 61 | |
| 62 | static gboolean srd_check_init(void) |
| 63 | { |
| 64 | if (max_session_id < 0) { |
| 65 | srd_err("Library is not initialized."); |
| 66 | return FALSE; |
| 67 | } else |
| 68 | return TRUE; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Returns the list of loaded protocol decoders. |
no outgoing calls
no test coverage detected