dashboard
repositories
filestore
activity
search
login
main
/
bomex
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Copied libcurl's ftp example
Joel Grunbaum
2022-01-11
0594ac9ba0f38944ef810b5ac48a2067b1ce5a09
[bomex.git]
/
bom.hpp
commit
|
author
|
age
0594ac
1
#pragma once
JG
2
3
#include "book.hpp"
4
#include <string>
5
#include <unordered_map>
6
7
namespace bom
8
{
9
void updateBom(std::unordered_map<std::string, book::Book>& bs);
10
}