00001 /* 00002 * $Id: counterd_message.h 346460 2009-11-14 05:06:47Z ssiano $ 00003 * 00004 * This code is provided as is by Juniper Networks SDK Developer Support. 00005 * It is provided with no warranties or guarantees, and Juniper Networks 00006 * will not provide support or maintenance of this code in any fashion. 00007 * The code is provided only to help a developer better understand how 00008 * the SDK can be used. 00009 * 00010 * Copyright (c) 2007-2008, Juniper Networks, Inc. 00011 * All rights reserved. 00012 */ 00013 00022 #ifndef __COUNTERD_MESSAGE_H__ 00023 #define __COUNTERD_MESSAGE_H__ 00024 00025 00026 /*** Constants ***/ 00027 00028 00029 /*** Data structures: ***/ 00030 00031 00032 /*** STATIC/INTERNAL Functions ***/ 00033 00034 00035 /*** GLOBAL/EXTERNAL Functions ***/ 00036 00037 00052 boolean 00053 reset_message(char * new_message); 00054 00055 00061 char * get_message(void); 00062 00063 00069 uint32_t get_times_viewed(void); 00070 00071 #endif 00072