diff options
Diffstat (limited to 'pimd/pim_str.h')
| -rw-r--r-- | pimd/pim_str.h | 12 | 
1 files changed, 7 insertions, 5 deletions
diff --git a/pimd/pim_str.h b/pimd/pim_str.h index 97263e6a37..a08ab9f765 100644 --- a/pimd/pim_str.h +++ b/pimd/pim_str.h @@ -11,7 +11,7 @@    WITHOUT ANY WARRANTY; without even the implied warranty of    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU    General Public License for more details. -   +    You should have received a copy of the GNU General Public License    along with this program; see the file COPYING; if not, write to the    Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, @@ -36,9 +36,11 @@   */  #define PIM_SG_LEN 36 -void pim_addr_dump (const char *onfail, struct prefix *p, char *buf, int buf_size); -void pim_inet4_dump(const char *onfail, struct in_addr addr, char *buf, int buf_size); -char *pim_str_sg_dump (const struct prefix_sg *sg); -char *pim_str_sg_set (const struct prefix_sg *sg, char *sg_str); +void pim_addr_dump(const char *onfail, struct prefix *p, char *buf, +		   int buf_size); +void pim_inet4_dump(const char *onfail, struct in_addr addr, char *buf, +		    int buf_size); +char *pim_str_sg_dump(const struct prefix_sg *sg); +char *pim_str_sg_set(const struct prefix_sg *sg, char *sg_str);  #endif  | 
