Use foobar for testing purposes
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void c0ding::network::test() {
|
||||
std::cout << "test" << std::endl;
|
||||
void c0ding::network::foo() {
|
||||
std::cout << "bar" << std::endl;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define C0DING_NETWORK_H
|
||||
|
||||
namespace c0ding::network {
|
||||
void test();
|
||||
void foo();
|
||||
}
|
||||
|
||||
#endif //C0DING_NETWORK_H
|
||||
|
||||
Reference in New Issue
Block a user