* \brief Enable or disable the time stamp on debugging output. * * \param flag `TRUE` or `FALSE`. * * Sets or unsets the flag which controls whether debugging output includes a * time stamp. */
| 187 | * time stamp. |
| 188 | */ |
| 189 | void HAMLIB_API rig_set_debug_time_stamp(int flag) |
| 190 | { |
| 191 | rig_debug_time_stamp = flag; |
| 192 | } |
| 193 | |
| 194 | |
| 195 | /** |