Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#ifndef PUBLIC_H #define PUBLIC_H #include "private.h" void pub() { priv(); } #endif