clientprefs: Add defines for Cookie name and description max length (#1463)
This commit is contained in:
		
							parent
							
								
									845c20ad93
								
							
						
					
					
						commit
						6b7fd8c3dc
					
				@ -74,6 +74,9 @@ enum CookieMenuAction
 | 
				
			|||||||
	CookieMenuAction_SelectOption = 1
 | 
						CookieMenuAction_SelectOption = 1
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define COOKIE_MAX_NAME_LENGTH 30 		/**< Maximum Cookie name length. */
 | 
				
			||||||
 | 
					#define COOKIE_MAX_DESCRIPTION_LENGTH 255 	/**< Maximum Cookie description length. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Cookie Menu Callback prototype
 | 
					 * Cookie Menu Callback prototype
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user