/ firmware / src / programs / ssh / ssh_client.h
ssh_client.h
 1  #pragma once
 2  
 3  namespace programs::ssh_client {
 4  
 5  void registerCommands();
 6  
 7  #ifdef PIO_UNIT_TESTING
 8  void test();
 9  #endif
10  
11  }