Skip to content

Commit

Permalink
squash. update api table header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Mar 14, 2024
1 parent 39f7f7f commit 3c8d903
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/api/include/irods/apiTable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ static irods::apidef_t client_api_table_inp[] = {
"api_get_temp_password", irods::clearInStruct_noop, irods::clearOutStruct_noop,
(funcPtr)CALL_GETTEMPPASSWORDOUT
},
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
{
GENERAL_UPDATE_AN, RODS_API_VERSION,
LOCAL_PRIV_USER_AUTH, LOCAL_PRIV_USER_AUTH,
Expand All @@ -760,6 +762,7 @@ static irods::apidef_t client_api_table_inp[] = {
"api_general_update", irods::clearInStruct_noop, irods::clearOutStruct_noop,
(funcPtr)CALL_GENERALUPDATEINP
},
#pragma clang diagnostic pop
{
MOD_DATA_OBJ_META_AN, RODS_API_VERSION, REMOTE_USER_AUTH, REMOTE_USER_AUTH,
"ModDataObjMeta_PI", 0, NULL, 0,
Expand Down

0 comments on commit 3c8d903

Please sign in to comment.