diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-01-14 19:04:52 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-01-22 15:58:05 +0000 |
commit | 0c022e5276b526a98417b969410e9e553e8c9c1d (patch) | |
tree | f0132e21f8194339144ffcac5c887f4fae311c59 /src/libserver/css/css.cxx | |
parent | a87433515ee8e8edfd774fa4cca2fa863f88af7b (diff) | |
download | rspamd-0c022e5276b526a98417b969410e9e553e8c9c1d.tar.gz rspamd-0c022e5276b526a98417b969410e9e553e8c9c1d.zip |
[Project] Skeleton of the css library
Diffstat (limited to 'src/libserver/css/css.cxx')
-rw-r--r-- | src/libserver/css/css.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/libserver/css/css.cxx b/src/libserver/css/css.cxx new file mode 100644 index 000000000..09388e739 --- /dev/null +++ b/src/libserver/css/css.cxx @@ -0,0 +1,18 @@ +/*- + * Copyright 2021 Vsevolod Stakhov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "css.h" +#include "css.hxx" |