Skip to content

Commit

Permalink
After ifacegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jan 16, 2024
1 parent 6ce19b2 commit 858dda3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion headers/bcfeatures.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
* Authors: Török Edvin
Expand Down
18 changes: 16 additions & 2 deletions headers/bytecode_api.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
* Authors: Török Edvin, Kevin Lin
Expand Down Expand Up @@ -152,13 +152,27 @@ enum FunctionalityLevels {
FUNC_LEVEL_0103_4 = 125, /**< LibClamAV release 0.103.4 */
FUNC_LEVEL_0103_5 = 126, /**< LibClamAV release 0.103.5 */
FUNC_LEVEL_0103_6 = 127, /**< LibClamAV release 0.103.6 */
FUNC_LEVEL_0103_7 = 128, /**< LibClamAV release 0.103.7 */
FUNC_LEVEL_0103_8 = 129, /**< LibClamAV release 0.103.8 */

FUNC_LEVEL_0104 = 140, /**< LibClamAV release 0.104.0 */
FUNC_LEVEL_0104_1 = 141, /**< LibClamAV release 0.104.1 */
FUNC_LEVEL_0104_2 = 142, /**< LibClamAV release 0.104.2 */
FUNC_LEVEL_0104_3 = 143, /**< LibClamAV release 0.104.3 */
FUNC_LEVEL_0104_4 = 144, /**< LibClamAV release 0.104.4 */

FUNC_LEVEL_0105 = 150, /**< LibClamAV release 0.105.0 */
FUNC_LEVEL_0105 = 150, /**< LibClamAV release 0.105.0 */
FUNC_LEVEL_0105_1 = 151, /**< LibClamAV release 0.105.1 */
FUNC_LEVEL_0105_2 = 152, /**< LibClamAV release 0.105.2 */

FUNC_LEVEL_1_0 = 160, /**< LibClamAV release 1.0.0 */
FUNC_LEVEL_1_0_1 = 161, /**< LibClamAV release 1.0.1 */

FUNC_LEVEL_1_1 = 180, /**< LibClamAV release 1.1.0 */

FUNC_LEVEL_1_2 = 190, /**< LibClamAV release 1.2.0 */

FUNC_LEVEL_1_3 = 200, /**< LibClamAV release 1.3.0 */
};

/**
Expand Down
2 changes: 1 addition & 1 deletion headers/bytecode_api_decl.c.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ClamAV bytecode internal API
* This is an automatically generated file!
*
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion headers/bytecode_detect.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 858dda3

Please sign in to comment.