litestomp
Functions
stomp_status.c File Reference
#include "stomp_status.h"

Functions

void stomp_status_set (stomp_status_t *status, stomp_status_code_t code, const char *message,...)
 
void stomp_status_reset (stomp_status_t *status)
 
void stomp_status_success (stomp_status_t *status)
 

Function Documentation

void stomp_status_reset ( stomp_status_t status)

Resets the status

Parameters
statusan instance of the status object to set
void stomp_status_set ( stomp_status_t status,
stomp_status_code_t  code,
const char *  message,
  ... 
)

Copyright 2016 Otavio Rodolfo Piske

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.

void stomp_status_success ( stomp_status_t status)

Sets the status to success

Parameters
statusan instance of the status object to set