diff options
Diffstat (limited to 'newBoot/netBootModule/module.cxx')
| -rw-r--r-- | newBoot/netBootModule/module.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newBoot/netBootModule/module.cxx b/newBoot/netBootModule/module.cxx index 286d9c50..759e5cfe 100644 --- a/newBoot/netBootModule/module.cxx +++ b/newBoot/netBootModule/module.cxx @@ -2,12 +2,12 @@ * ======================================================== * * NetBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ -extern "C" void __dmain(const char* ip, long iplen) +extern "C" void __Module(const char* ip, long iplen) { } |
