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