Skip to content

Commit f2b3f6a

Browse files
committed
rename cookiejar
1 parent 96f3dc0 commit f2b3f6a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/CookieJar.h renamed to src/AsyncCookieJar.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef COOKIE_JAR_H
2-
#define COOKIE_JAR_H
1+
#ifndef ASYNC_COOKIE_JAR_H
2+
#define ASYNC_COOKIE_JAR_H
33

44
#include <Arduino.h>
55
#include <vector>
@@ -51,4 +51,4 @@ class AsyncCookieJar {
5151
std::vector<StoredCookie> _cookies;
5252
};
5353

54-
#endif // COOKIE_JAR_H
54+
#endif // ASYNC_COOKIE_JAR_H

0 commit comments

Comments
 (0)