Files
unison/scratch/subdir/scratch-subdir-additional-header.cc
2024-09-06 19:32:31 +00:00

20 lines
309 B
C++

/*
* SPDX-License-Identifier: GPL-2.0-only
*/
// This file contains the implementation of the functions declared in the
// corresponding header file.
#include "scratch-subdir-additional-header.h"
namespace ns3
{
std::string
ScratchSubdirGetMessage()
{
return "Scratch Subdir";
}
} // namespace ns3